Home
last modified time | relevance | path

Searched refs:SetForm (Results 1 – 13 of 13) sorted by relevance

/external/llvm-project/flang/unittests/Runtime/
Dexternal-io.cpp20 IONAME(SetForm) in TestDirectUnformatted()
76 IONAME(SetForm) in TestDirectUnformattedSwapped()
143 IONAME(SetForm) in TestSequentialFixedUnformatted()
227 IONAME(SetForm) in TestSequentialVariableUnformatted()
317 IONAME(SetForm) in TestDirectFormatted()
369 IONAME(SetForm) in TestSequentialVariableFormatted()
/external/pdfium/core/fpdfapi/page/
Dcpdf_annotcontext.cpp24 void CPDF_AnnotContext::SetForm(CPDF_Stream* pStream) { in SetForm() function in CPDF_AnnotContext
Dcpdf_annotcontext.h25 void SetForm(CPDF_Stream* pStream);
/external/pdfium/core/fpdfapi/font/
Dcpdf_type3char.h43 void SetForm(std::unique_ptr<CPDF_Font::FormIface> pForm);
Dcpdf_type3char.cpp81 void CPDF_Type3Char::SetForm(std::unique_ptr<CPDF_Font::FormIface> pForm) { in SetForm() function in CPDF_Type3Char
Dcpdf_type3font.cpp143 pNewChar->SetForm(std::move(pForm)); in LoadChar()
/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFAttribute.cpp39 form_value.SetForm(FormAtIndex(i)); in ExtractFormValueAtIndex()
DDWARFFormValue.h49 void SetForm(dw_form_t form) { m_form = form; } in SetForm() function
DDWARFDebugInfoEntry.cpp482 form_value.SetForm(abbrevDecl->GetFormByIndex(idx)); in GetAttributeValue()
/external/pdfium/fpdfsdk/
Dfpdf_annot.cpp454 pAnnot->SetForm(pStream); in FPDFAnnot_AppendObject()
489 pAnnot->SetForm(pStream); in FPDFAnnot_GetObjectCount()
506 pAnnot->SetForm(pStream); in FPDFAnnot_GetObject()
/external/llvm-project/flang/runtime/
Dio-api.h274 bool IONAME(SetForm)(Cookie, const char *, std::size_t);
Dio-api.cpp732 bool IONAME(SetForm)(Cookie cookie, const char *keyword, std::size_t length) { in IONAME() argument
/external/llvm-project/flang/lib/Lower/
DIO.cpp63 mkIOKey(SetCarriagecontrol), mkIOKey(SetEncoding), mkIOKey(SetForm),
588 ioFunc = getIORuntimeFunc<mkIOKey(SetForm)>(loc, builder); in genIOOption()