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.cpp95 if (matchesExpr(VD->getInit())) {
121 if (matchesStmt(FS->getInit())) {
H A Dslang_rs_reflection_cpp.cpp482 if (!EV->getInit().isUninit()) {
483 genInitExportVariable(EV->getType(), EV->getName(), EV->getInit());
571 const clang::APValue &val = EV->getInit();
606 const clang::APValue &val = EV->getInit();
638 const clang::APValue &val = EV->getInit();
H A Dslang_rs_check_ast.cpp239 } else if (clang::Expr *Init = VD->getInit()) {
H A Dslang_rs_reflection.cpp509 if (!EV->getInit().isUninit()) {
510 genInitExportVariable(EV->getType(), EV->getName(), EV->getInit());
1665 const clang::APValue &Val = EV->getInit();
H A Dslang_rs_object_ref_count.cpp1302 *InitExpr = VD->getInit();
/frameworks/compile/mclinker/include/mcld/LD/
H A DELFFileFormat.h371 LDSection& getInit() { function in class:mcld::ELFFileFormat
376 const LDSection& getInit() const { function in class:mcld::ELFFileFormat
/frameworks/compile/mclinker/lib/Target/
H A DELFDynamic.cpp200 applyOne(llvm::ELF::DT_INIT, pFormat.getInit().addr());
H A DGNULDBackend.cpp1326 if (&pSectHdr == &file_format->getInit())

Completed in 755 milliseconds