HomeSort by relevance Sort by last modified time
    Searched refs:CEE (Results 1 - 17 of 17) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/GetServByName/
GetServByName.inf 19 FILE_GUID = 5D1F3F9E-8CEE-4299-93C2-4C64EBB58977
  /external/clang/lib/ARCMigrate/
TransGCCalls.cpp 46 Expr *CEE = E->getCallee()->IgnoreParenImpCasts();
47 if (DeclRefExpr *DRE = dyn_cast<DeclRefExpr>(CEE)) {
  /external/clang/lib/Analysis/
CallGraph.cpp 46 Expr *CEE = CE->getCallee()->IgnoreParenImpCasts();
47 if (BlockExpr *Block = dyn_cast<BlockExpr>(CEE)) {
  /external/clang/lib/StaticAnalyzer/Core/
BugReporterVisitors.cpp 176 if (Optional<CallExitEnd> CEE = Node->getLocationAs<CallExitEnd>())
177 if (CEE->getCalleeContext()->getCallSite() == S)
193 Optional<CallExitEnd> CEE = Node->getLocationAs<CallExitEnd>();
194 if (!CEE)
197 const StackFrameContext *CalleeContext = CEE->getCalleeContext();
    [all...]
PathDiagnostic.cpp 678 } else if (Optional<CallExitEnd> CEE = P.getAs<CallExitEnd>()) {
679 return getLocationForCaller(CEE->getCalleeContext(),
680 CEE->getLocationContext(),
697 if (Optional<CallExitEnd> CEE = P.getAs<CallExitEnd>())
698 return CEE->getCalleeContext()->getCallSite();
    [all...]
ExprEngineCallAndReturn.cpp 89 } else if (Optional<CallExitEnd> CEE = PP.getAs<CallExitEnd>()) {
90 S = CEE->getCalleeContext()->getCallSite();
101 } while (!CE || CE->getCalleeContext() != CEE->getCalleeContext());
    [all...]
  /external/llvm/include/llvm/DebugInfo/CodeView/
CodeView.h 126 CEE = 0x90,
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
CodeView.h 124 CEE = 0x90,
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
CodeView.h 124 CEE = 0x90,
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
CodeView.h 124 CEE = 0x90,
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
CodeView.h 124 CEE = 0x90,
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
CodeView.h 124 CEE = 0x90,
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
CodeView.h 124 CEE = 0x90,
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
CodeView.h 124 CEE = 0x90,
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
CodeView.h 124 CEE = 0x90,
  /external/clang/lib/AST/
Expr.cpp     [all...]
  /external/llvm/lib/DebugInfo/CodeView/
EnumTables.cpp 208 CV_ENUM_CLASS_ENT(CPUType, CEE),

Completed in 838 milliseconds