Home
last modified time | relevance | path

Searched defs:BD (Results 1 – 25 of 39) sorted by relevance

12

/external/clang/lib/AST/
DMangle.cpp41 const BlockDecl *BD, in mangleFunctionBlock()
186 void MangleContext::mangleGlobalBlock(const BlockDecl *BD, in mangleGlobalBlock()
204 CXXCtorType CT, const BlockDecl *BD, in mangleCtorBlock()
214 CXXDtorType DT, const BlockDecl *BD, in mangleDtorBlock()
223 void MangleContext::mangleBlock(const DeclContext *DC, const BlockDecl *BD, in mangleBlock()
DItaniumCXXABI.cpp73 unsigned getManglingNumber(const BlockDecl *BD) override { in getManglingNumber()
DMicrosoftCXXABI.cpp44 unsigned getManglingNumber(const BlockDecl *BD) override { in getManglingNumber()
DItaniumMangle.cpp62 if (const BlockDecl *BD = dyn_cast<BlockDecl>(D)) { in getEffectiveDeclContext() local
1156 else if (const BlockDecl *BD = dyn_cast<BlockDecl>(DC)) in mangleLocalName() local
1188 } else if (const BlockDecl *BD = dyn_cast<BlockDecl>(D)) { in mangleLocalName() local
1195 } else if (const BlockDecl *BD = dyn_cast<BlockDecl>(D)) { in mangleLocalName() local
DMicrosoftMangle.cpp53 if (const BlockDecl *BD = dyn_cast<BlockDecl>(D)) { in getEffectiveDeclContext() local
849 if (const BlockDecl *BD = dyn_cast<BlockDecl>(DC)) { in mangleNestedName() local
/external/llvm/tools/bugpoint/
DCrashDebugger.cpp47 BugDriver &BD; member in llvm::ReducePassList
106 BugDriver &BD; member in __anon215360590211::ReduceCrashingGlobalVariables
176 BugDriver &BD; member in __anon215360590311::ReduceCrashingFunctions
249 BugDriver &BD; member in __anon215360590411::ReduceCrashingBlocks
357 BugDriver &BD; member in __anon215360590511::ReduceCrashingInstructions
432 static bool DebugACrash(BugDriver &BD, in DebugACrash()
619 static bool TestForOptimizerCrash(const BugDriver &BD, Module *M) { in TestForOptimizerCrash()
647 static bool TestForCodeGenCrash(const BugDriver &BD, Module *M) { in TestForCodeGenCrash()
DMiscompilation.cpp47 BugDriver &BD; member in __anon7c920f2b0111::ReduceMiscompilingPasses
178 BugDriver &BD; member in __anon7c920f2b0211::ReduceMiscompilingFunctions
217 static Module *TestMergedProgram(const BugDriver &BD, Module *M1, Module *M2, in TestMergedProgram()
301 static bool ExtractLoops(BugDriver &BD, in ExtractLoops()
447 BugDriver &BD; member in __anon7c920f2b0311::ReduceMiscompiledBlocks
542 static bool ExtractBlocks(BugDriver &BD, in ExtractBlocks()
625 DebugAMiscompilation(BugDriver &BD, in DebugAMiscompilation()
710 static bool TestOptimizer(BugDriver &BD, Module *Test, Module *Safe, in TestOptimizer()
779 static void CleanupAndPrepareModules(BugDriver &BD, Module *&Test, in CleanupAndPrepareModules()
945 static bool TestCodeGenerator(BugDriver &BD, Module *Test, Module *Safe, in TestCodeGenerator()
/external/clang/lib/Analysis/
DAnalysisDeclContext.cpp112 } else if (const BlockDecl *BD = dyn_cast<BlockDecl>(D)) in getBody() local
142 if (const BlockDecl *BD = dyn_cast<BlockDecl>(D)) { in getSelfDecl() local
297 const clang::BlockDecl *BD, in getBlockInvocationContext()
385 const BlockDecl *BD, in getBlockInvocationContext()
510 static DeclVec* LazyInitializeReferencedDecls(const BlockDecl *BD, in LazyInitializeReferencedDecls()
534 AnalysisDeclContext::getReferencedBlockVars(const BlockDecl *BD) { in getReferencedBlockVars()
DCallGraph.cpp95 if (BlockDecl *BD = dyn_cast<BlockDecl>(D)) in addNodesForBlocks() local
/external/clang/include/clang/AST/
DMangle.h75 unsigned getBlockId(const BlockDecl *BD, bool Local) { in getBlockId()
/external/clang/lib/StaticAnalyzer/Checkers/
DStackAddrEscapeChecker.cpp70 const BlockDecl *BD = BR->getCodeRegion()->getDecl(); in genName() local
DCallAndMessageChecker.cpp190 const char *BD = "Uninitialized argument value"; in PreVisitProcessArg() local
/external/clang/lib/StaticAnalyzer/Core/
DMemRegion.cpp372 const BlockDecl *BD, CanQualType, in ProfileRegion()
819 else if (const BlockDecl *BD = dyn_cast<BlockDecl>(STCD)) { in getVarRegion() local
856 const BlockDecl *BD = BC->getDecl(); in getBlockDataRegion() local
931 MemRegionManager::getBlockTextRegion(const BlockDecl *BD, CanQualType locTy, in getBlockTextRegion()
DCallEvent.cpp249 if (const BlockDecl *BD = dyn_cast<BlockDecl>(D)) { in getDeclaredResultType() local
279 if (const BlockDecl *BD = dyn_cast<BlockDecl>(D)) in isVariadic() local
DSValBuilder.cpp209 const BlockDataRegion *BD = MemMgr.getBlockDataRegion(BC, locContext, in getBlockPointer() local
/external/clang/lib/CodeGen/
DCodeGenPGO.cpp699 else if (const BlockDecl *BD = dyn_cast_or_null<BlockDecl>(D)) in mapRegionCounters() local
764 else if (const BlockDecl *BD = dyn_cast_or_null<BlockDecl>(D)) in computeRegionCounts() local
DCGExprComplex.cpp653 Value *BD = Builder.CreateFMul(Op.LHS.second, Op.RHS.second, "mul_bd"); in EmitBinMul() local
DCGExprConstant.cpp442 const CXXRecordDecl *BD = Base->getType()->getAsCXXRecordDecl(); in Build() local
/external/clang/test/FixIt/
Dfixit.cpp159 class BD: public AD {}; class
/external/llvm/lib/MC/
DMCExpr.cpp462 const MCSymbolData &BD = Asm->getSymbolData(SB); in AttemptToFoldSymbolOffsetDifference() local
/external/clang/include/clang/Analysis/
DAnalysisContext.h342 const BlockDecl *BD; variable
/external/clang/lib/StaticAnalyzer/Frontend/
DAnalysisConsumer.cpp368 bool VisitBlockDecl(BlockDecl *BD) { in VisitBlockDecl()
/external/clang/lib/Sema/
DSemaDeclAttr.cpp83 if (const BlockDecl *BD = dyn_cast<BlockDecl>(D)) in getFunctionOrMethodNumParams() local
91 if (const BlockDecl *BD = dyn_cast<BlockDecl>(D)) in getFunctionOrMethodParamType() local
102 if (const auto *BD = dyn_cast<BlockDecl>(D)) in getFunctionOrMethodParamRange() local
126 if (const BlockDecl *BD = dyn_cast<BlockDecl>(D)) in isFunctionOrMethodVariadic() local
2231 } else if (BlockDecl *BD = dyn_cast<BlockDecl>(D)) { in handleSentinelAttr() local
/external/lz4/lib/
Dlz4frame.c737 BYTE FLG, BD, HC; in LZ4F_decodeHeader() local
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DMemRegion.h593 const BlockDecl *BD; variable

12