Home
last modified time | relevance | path

Searched refs:CEE (Results 1 – 25 of 57) sorted by relevance

123

/external/llvm-project/clang/lib/ARCMigrate/
DTransGCCalls.cpp45 Expr *CEE = E->getCallee()->IgnoreParenImpCasts(); in VisitCallExpr() local
46 if (DeclRefExpr *DRE = dyn_cast<DeclRefExpr>(CEE)) { in VisitCallExpr()
/external/clang/lib/ARCMigrate/
DTransGCCalls.cpp46 Expr *CEE = E->getCallee()->IgnoreParenImpCasts(); in VisitCallExpr() local
47 if (DeclRefExpr *DRE = dyn_cast<DeclRefExpr>(CEE)) { in VisitCallExpr()
/external/clang/lib/Analysis/
DCallGraph.cpp46 Expr *CEE = CE->getCallee()->IgnoreParenImpCasts(); in getDeclFromCall() local
47 if (BlockExpr *Block = dyn_cast<BlockExpr>(CEE)) { in getDeclFromCall()
/external/llvm-project/clang/lib/Analysis/
DCallGraph.cpp60 Expr *CEE = CE->getCallee()->IgnoreParenImpCasts(); in getDeclFromCall() local
61 if (BlockExpr *Block = dyn_cast<BlockExpr>(CEE)) { in getDeclFromCall()
DPathDiagnostic.cpp703 } else if (Optional<CallExitEnd> CEE = P.getAs<CallExitEnd>()) { in create() local
704 return getLocationForCaller(CEE->getCalleeContext(), in create()
705 CEE->getLocationContext(), in create()
/external/clang/lib/StaticAnalyzer/Core/
DBugReporterVisitors.cpp176 if (Optional<CallExitEnd> CEE = Node->getLocationAs<CallExitEnd>()) in addVisitorIfNecessary() local
177 if (CEE->getCalleeContext()->getCallSite() == S) in addVisitorIfNecessary()
193 Optional<CallExitEnd> CEE = Node->getLocationAs<CallExitEnd>(); in addVisitorIfNecessary() local
194 if (!CEE) in addVisitorIfNecessary()
197 const StackFrameContext *CalleeContext = CEE->getCalleeContext(); in addVisitorIfNecessary()
981 } else if (Optional<CallExitEnd> CEE = pp.getAs<CallExitEnd>()) { in trackNullOrUndefValue() local
982 if (CEE->getCalleeContext()->getCallSite() == S || in trackNullOrUndefValue()
983 CEE->getCalleeContext()->getCallSite() == Inner) in trackNullOrUndefValue()
DPathDiagnostic.cpp678 } else if (Optional<CallExitEnd> CEE = P.getAs<CallExitEnd>()) { in create() local
679 return getLocationForCaller(CEE->getCalleeContext(), in create()
680 CEE->getLocationContext(), in create()
697 if (Optional<CallExitEnd> CEE = P.getAs<CallExitEnd>()) in getStmt() local
698 return CEE->getCalleeContext()->getCallSite(); in getStmt()
DExprEngineCallAndReturn.cpp89 } else if (Optional<CallExitEnd> CEE = PP.getAs<CallExitEnd>()) { in getLastStmt() local
90 S = CEE->getCalleeContext()->getCallSite(); in getLastStmt()
101 } while (!CE || CE->getCalleeContext() != CEE->getCalleeContext()); in getLastStmt()
/external/llvm-project/clang/lib/StaticAnalyzer/Core/
DExplodedGraph.cpp340 if (auto CEE = P.getAs<CallExitEnd>()) in getStmtForDiagnostics() local
341 return CEE->getCalleeContext()->getCallSite(); in getStmtForDiagnostics()
DExprEngineCallAndReturn.cpp90 } else if (Optional<CallExitEnd> CEE = PP.getAs<CallExitEnd>()) { in getLastStmt() local
91 S = CEE->getCalleeContext()->getCallSite(); in getLastStmt()
102 } while (!CE || CE->getCalleeContext() != CEE->getCalleeContext()); in getLastStmt()
DBugReporterVisitors.cpp941 if (Optional<CallExitEnd> CEE = Node->getLocationAs<CallExitEnd>()) in addVisitorIfNecessary() local
942 if (CEE->getCalleeContext()->getCallSite() == S) in addVisitorIfNecessary()
971 Optional<CallExitEnd> CEE = Node->getLocationAs<CallExitEnd>(); in addVisitorIfNecessary() local
972 if (!CEE) in addVisitorIfNecessary()
975 const StackFrameContext *CalleeContext = CEE->getCalleeContext(); in addVisitorIfNecessary()
/external/llvm/include/llvm/DebugInfo/CodeView/
DCodeView.h126 CEE = 0x90, enumerator
/external/clang/lib/AST/
DExpr.cpp1186 Expr *CEE = getCallee()->IgnoreParenImpCasts(); in getCalleeDecl() local
1189 = dyn_cast<SubstNonTypeTemplateParmExpr>(CEE)) { in getCalleeDecl()
1190 CEE = NTTP->getReplacement()->IgnoreParenCasts(); in getCalleeDecl()
1194 if (BinaryOperator *BO = dyn_cast<BinaryOperator>(CEE)) { in getCalleeDecl()
1196 CEE = BO->getRHS()->IgnoreParenCasts(); in getCalleeDecl()
1197 } else if (UnaryOperator *UO = dyn_cast<UnaryOperator>(CEE)) { in getCalleeDecl()
1199 CEE = UO->getSubExpr()->IgnoreParenCasts(); in getCalleeDecl()
1201 if (DeclRefExpr *DRE = dyn_cast<DeclRefExpr>(CEE)) in getCalleeDecl()
1203 if (MemberExpr *ME = dyn_cast<MemberExpr>(CEE)) in getCalleeDecl()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DCodeView.h130 CEE = 0x90, enumerator
/external/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
DCodeView.h130 CEE = 0x90, enumerator
/external/llvm-project/clang/lib/AST/
DExpr.cpp1335 Expr *CEE = IgnoreParenImpCasts(); in getReferencedDeclOfCallee() local
1338 dyn_cast<SubstNonTypeTemplateParmExpr>(CEE)) { in getReferencedDeclOfCallee()
1339 CEE = NTTP->getReplacement()->IgnoreParenImpCasts(); in getReferencedDeclOfCallee()
1344 if (BinaryOperator *BO = dyn_cast<BinaryOperator>(CEE)) { in getReferencedDeclOfCallee()
1346 CEE = BO->getRHS()->IgnoreParenImpCasts(); in getReferencedDeclOfCallee()
1349 } else if (UnaryOperator *UO = dyn_cast<UnaryOperator>(CEE)) { in getReferencedDeclOfCallee()
1352 CEE = UO->getSubExpr()->IgnoreParenImpCasts(); in getReferencedDeclOfCallee()
1359 if (DeclRefExpr *DRE = dyn_cast<DeclRefExpr>(CEE)) in getReferencedDeclOfCallee()
1361 if (MemberExpr *ME = dyn_cast<MemberExpr>(CEE)) in getReferencedDeclOfCallee()
1363 if (auto *BE = dyn_cast<BlockExpr>(CEE)) in getReferencedDeclOfCallee()
/external/llvm/lib/DebugInfo/CodeView/
DEnumTables.cpp208 CV_ENUM_CLASS_ENT(CPUType, CEE),
/external/llvm-project/llvm/lib/DebugInfo/CodeView/
DEnumTables.cpp196 CV_ENUM_CLASS_ENT(CPUType, CEE),
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
DEnumTables.cpp188 CV_ENUM_CLASS_ENT(CPUType, CEE),
/external/icu/icu4c/source/data/unidata/
DDerivedCoreProperties.txt712 1CEE..1CF3 ; Alphabetic
768 2CEB..2CEE ; Alphabetic
1862 2CEE ; Lowercase
2769 2CEB..2CEE ; Cased
4425 2CEE ; Changes_When_Uppercased
5053 2CEE ; Changes_When_Titlecased
5902 2CEB..2CEE ; Changes_When_Casemapped
6194 1CEE..1CF3 ; ID_Start
6250 2CEB..2CEE ; ID_Start
7185 1CEE..1CF3 ; ID_Continue
[all …]
DCaseFolding.txt1119 2CED; C; 2CEE; # COPTIC CAPITAL LETTER CRYPTOGRAMMIC GANGIA
1480 10CAE; C; 10CEE; # OLD HUNGARIAN CAPITAL LETTER EV
/external/icu/icu4c/source/data/translit/
Dam_am_Latn_BGN.txt172 ቼ → chē ; # ETHIOPIC SYLLABLE CEE
/external/llvm-project/llvm/tools/llvm-pdbutil/
DMinimalSymbolDumper.cpp267 RETURN_CASE(CPUType, CEE, "cee"); in formatMachineType()
/external/ImageMagick/PerlMagick/t/
Dinput.mat230 …������������������������������������������������������nV<+*29>><;76>CA@?=>?CEE@5+'.=IPTMEA90.-($$*…
/external/icu/icu4c/source/data/unidata/norm2/
Dnfkc_cf.txt1504 2CED>2CEE
4009 10CAE>10CEE

123