/external/llvm-project/clang/lib/ARCMigrate/ |
D | TransGCCalls.cpp | 45 Expr *CEE = E->getCallee()->IgnoreParenImpCasts(); in VisitCallExpr() local 46 if (DeclRefExpr *DRE = dyn_cast<DeclRefExpr>(CEE)) { in VisitCallExpr()
|
/external/clang/lib/ARCMigrate/ |
D | TransGCCalls.cpp | 46 Expr *CEE = E->getCallee()->IgnoreParenImpCasts(); in VisitCallExpr() local 47 if (DeclRefExpr *DRE = dyn_cast<DeclRefExpr>(CEE)) { in VisitCallExpr()
|
/external/clang/lib/Analysis/ |
D | CallGraph.cpp | 46 Expr *CEE = CE->getCallee()->IgnoreParenImpCasts(); in getDeclFromCall() local 47 if (BlockExpr *Block = dyn_cast<BlockExpr>(CEE)) { in getDeclFromCall()
|
/external/llvm-project/clang/lib/Analysis/ |
D | CallGraph.cpp | 60 Expr *CEE = CE->getCallee()->IgnoreParenImpCasts(); in getDeclFromCall() local 61 if (BlockExpr *Block = dyn_cast<BlockExpr>(CEE)) { in getDeclFromCall()
|
D | PathDiagnostic.cpp | 703 } 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/ |
D | BugReporterVisitors.cpp | 176 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()
|
D | PathDiagnostic.cpp | 678 } 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()
|
D | ExprEngineCallAndReturn.cpp | 89 } 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/ |
D | ExplodedGraph.cpp | 340 if (auto CEE = P.getAs<CallExitEnd>()) in getStmtForDiagnostics() local 341 return CEE->getCalleeContext()->getCallSite(); in getStmtForDiagnostics()
|
D | ExprEngineCallAndReturn.cpp | 90 } 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()
|
D | BugReporterVisitors.cpp | 941 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/ |
D | CodeView.h | 126 CEE = 0x90, enumerator
|
/external/clang/lib/AST/ |
D | Expr.cpp | 1186 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/ |
D | CodeView.h | 130 CEE = 0x90, enumerator
|
/external/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
D | CodeView.h | 130 CEE = 0x90, enumerator
|
/external/llvm-project/clang/lib/AST/ |
D | Expr.cpp | 1335 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/ |
D | EnumTables.cpp | 208 CV_ENUM_CLASS_ENT(CPUType, CEE),
|
/external/llvm-project/llvm/lib/DebugInfo/CodeView/ |
D | EnumTables.cpp | 196 CV_ENUM_CLASS_ENT(CPUType, CEE),
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/ |
D | EnumTables.cpp | 188 CV_ENUM_CLASS_ENT(CPUType, CEE),
|
/external/icu/icu4c/source/data/unidata/ |
D | DerivedCoreProperties.txt | 712 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 …]
|
D | CaseFolding.txt | 1119 2CED; C; 2CEE; # COPTIC CAPITAL LETTER CRYPTOGRAMMIC GANGIA 1480 10CAE; C; 10CEE; # OLD HUNGARIAN CAPITAL LETTER EV
|
/external/icu/icu4c/source/data/translit/ |
D | am_am_Latn_BGN.txt | 172 ቼ → chē ; # ETHIOPIC SYLLABLE CEE
|
/external/llvm-project/llvm/tools/llvm-pdbutil/ |
D | MinimalSymbolDumper.cpp | 267 RETURN_CASE(CPUType, CEE, "cee"); in formatMachineType()
|
/external/ImageMagick/PerlMagick/t/ |
D | input.mat | 230 …������������������������������������������������������nV<+*29>><;76>CA@?=>?CEE@5+'.=IPTMEA90.-($$*…
|
/external/icu/icu4c/source/data/unidata/norm2/ |
D | nfkc_cf.txt | 1504 2CED>2CEE 4009 10CAE>10CEE
|