Searched refs:getInit (Results 1 - 10 of 10) sorted by relevance

/frameworks/compile/slang/
H A Dslang_rs_export_var.h58 inline const clang::APValue &getInit() const { return mInit.Val; } function in class:slang::RSExportVar
H A Dslang_rs_export_var.cpp74 if (!IList->getInit(i)->EvaluateAsRValue(tempInit,
76 Context->ReportError(IList->getInit(i)->getExprLoc(),
H A Dslang_rs_ast_replace.cpp109 if (matchesStmt(FS->getInit())) {
H A Dslang_rs_reflection_cpp.cpp362 if (!EV->getInit().isUninit()) {
363 genInitExportVariable(EV->getType(), EV->getName(), EV->getInit());
560 const clang::APValue &val = EV->getInit();
595 const clang::APValue &val = EV->getInit();
627 const clang::APValue &val = EV->getInit();
H A Dslang_rs_check_ast.cpp213 } else if (clang::Expr *Init = VD->getInit()) {
H A Dslang_rs_reflection.cpp395 if (!EV->getInit().isUninit()) {
396 genInitExportVariable(EV->getType(), EV->getName(), EV->getInit());
951 const clang::APValue &Val = EV->getInit();
H A Dslang_rs_object_ref_count.cpp1309 *InitExpr = VD->getInit();
/frameworks/compile/mclinker/include/mcld/LD/
H A DELFFileFormat.h346 LDSection& getInit() { function in class:mcld::ELFFileFormat
351 const LDSection& getInit() const { function in class:mcld::ELFFileFormat
/frameworks/compile/mclinker/lib/Target/
H A DELFDynamic.cpp211 applyOne(llvm::ELF::DT_INIT, pFormat.getInit().addr()); // DT_INIT
H A DGNULDBackend.cpp1387 if (&pSectHdr == &file_format->getInit())

Completed in 238 milliseconds