Home
last modified time | relevance | path

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

123

/external/llvm/tools/bugpoint/
DCrashDebugger.cpp61 BugDriver &BD; member in llvm::ReducePassList
120 BugDriver &BD; member in __anon8d90c2ef0211::ReduceCrashingGlobalVariables
190 BugDriver &BD; member in __anon8d90c2ef0311::ReduceCrashingFunctions
326 BugDriver &BD; member in __anon8d90c2ef0411::ReduceCrashingBlocks
435 BugDriver &BD; member in __anon8d90c2ef0511::ReduceCrashingInstructions
511 BugDriver &BD; member in __anon8d90c2ef0611::ReduceCrashingNamedMD
581 BugDriver &BD; member in __anon8d90c2ef0711::ReduceCrashingNamedMDOps
652 static void ReduceGlobalInitializers(BugDriver &BD, in ReduceGlobalInitializers()
706 static void ReduceInsts(BugDriver &BD, in ReduceInsts()
788 static bool DebugACrash(BugDriver &BD, in DebugACrash()
[all …]
DMiscompilation.cpp48 BugDriver &BD; member in __anon707bc4810111::ReduceMiscompilingPasses
179 BugDriver &BD; member in __anon707bc4810211::ReduceMiscompilingFunctions
220 static std::unique_ptr<Module> testMergedProgram(const BugDriver &BD, in testMergedProgram()
297 static bool ExtractLoops(BugDriver &BD, in ExtractLoops()
440 BugDriver &BD; member in __anon707bc4810311::ReduceMiscompiledBlocks
528 static bool ExtractBlocks(BugDriver &BD, in ExtractBlocks()
609 DebugAMiscompilation(BugDriver &BD, in DebugAMiscompilation()
694 static bool TestOptimizer(BugDriver &BD, std::unique_ptr<Module> Test, in TestOptimizer()
765 static void CleanupAndPrepareModules(BugDriver &BD, in CleanupAndPrepareModules()
929 static bool TestCodeGenerator(BugDriver &BD, std::unique_ptr<Module> Test, in TestCodeGenerator()
/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()
213 CXXDtorType DT, const BlockDecl *BD, in mangleDtorBlock()
221 void MangleContext::mangleBlock(const DeclContext *DC, const BlockDecl *BD, in mangleBlock()
DItaniumCXXABI.cpp73 unsigned getManglingNumber(const BlockDecl *BD) override { in getManglingNumber()
DMicrosoftCXXABI.cpp45 unsigned getManglingNumber(const BlockDecl *BD) override { in getManglingNumber()
DItaniumMangle.cpp63 if (const BlockDecl *BD = dyn_cast<BlockDecl>(D)) { in getEffectiveDeclContext() local
1452 else if (const BlockDecl *BD = dyn_cast<BlockDecl>(DC)) in mangleLocalName() local
1492 } else if (const BlockDecl *BD = dyn_cast<BlockDecl>(D)) { in mangleLocalName() local
1501 } else if (const BlockDecl *BD = dyn_cast<BlockDecl>(D)) { in mangleLocalName() local
/external/clang/lib/Analysis/
DAnalysisDeclContext.cpp118 } else if (const BlockDecl *BD = dyn_cast<BlockDecl>(D)) in getBody() local
152 if (const BlockDecl *BD = dyn_cast<BlockDecl>(D)) { in getSelfDecl() local
324 const clang::BlockDecl *BD, in getBlockInvocationContext()
427 const BlockDecl *BD, in getBlockInvocationContext()
552 static DeclVec* LazyInitializeReferencedDecls(const BlockDecl *BD, in LazyInitializeReferencedDecls()
576 AnalysisDeclContext::getReferencedBlockVars(const BlockDecl *BD) { in getReferencedBlockVars()
DCallGraph.cpp95 if (BlockDecl *BD = dyn_cast<BlockDecl>(D)) in addNodesForBlocks() local
/external/libaom/av1/encoder/
Dencoder_utils.h139 #define HIGHBD_BFP_WRAPPER(WIDTH, HEIGHT, BD) \ argument
149 #define HIGHBD_BFP_WRAPPER_NO_SAD_AVG(WIDTH, HEIGHT, BD) \ argument
308 #define HIGHBD_MBFP_WRAPPER(WIDTH, HEIGHT, BD) \ argument
369 #define HIGHBD_SDSFP_WRAPPER(WIDTH, HEIGHT, BD) \ argument
463 #define HIGHBD_OBFP_WRAPPER(WIDTH, HEIGHT, BD) \ argument
Drd.h40 #define RDCOST_DBL_WITH_NATIVE_BD_DIST(RM, R, D, BD) \ argument
/external/clang/include/clang/AST/
DMangle.h76 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.cpp197 const char *BD = "Uninitialized argument value"; in PreVisitProcessArg() local
/external/clang/lib/StaticAnalyzer/Core/
DMemRegion.cpp368 const BlockDecl *BD, CanQualType, in ProfileRegion()
875 else if (const BlockDecl *BD = dyn_cast<BlockDecl>(STCD)) { in getVarRegion() local
915 const BlockDecl *BD = BC->getDecl(); in getBlockDataRegion() local
988 MemRegionManager::getBlockCodeRegion(const BlockDecl *BD, CanQualType locTy, in getBlockCodeRegion()
DCallEvent.cpp277 if (const BlockDecl *BD = dyn_cast<BlockDecl>(D)) { in getDeclaredResultType() local
307 if (const BlockDecl *BD = dyn_cast<BlockDecl>(D)) in isVariadic() local
DSValBuilder.cpp226 const BlockDataRegion *BD = MemMgr.getBlockDataRegion(BC, locContext, in getBlockPointer() local
/external/clang/test/FixIt/
Dfixit.cpp159 class BD: public AD {}; class
/external/guice/core/test/com/googlecode/guice/bundle/
DOSGiTestActivator.java230 private static class BD implements B { class in OSGiTestActivator
232 protected BD() {} in BD() method in OSGiTestActivator.BD
/external/clang/lib/CodeGen/
DCodeGenPGO.cpp653 else if (const BlockDecl *BD = dyn_cast_or_null<BlockDecl>(D)) in mapRegionCounters() local
720 else if (const BlockDecl *BD = dyn_cast_or_null<BlockDecl>(D)) in computeRegionCounts() local
/external/apache-commons-math/src/main/java/org/apache/commons/math3/optim/nonlinear/scalar/noderiv/
DCMAESOptimizer.java183 private RealMatrix BD; field in CMAESOptimizer
/external/clang/include/clang/Analysis/
DAnalysisContext.h346 const BlockDecl *BD; variable
/external/apache-commons-math/src/main/java/org/apache/commons/math3/optimization/direct/
DCMAESOptimizer.java201 private RealMatrix BD; field in CMAESOptimizer
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Passes/
DStandardInstrumentations.cpp1445 DotCfgDiffNode(DotCfgDiff &G, unsigned N, const BlockDataT<DCData> &BD, in DotCfgDiffNode()
1541 void createNode(StringRef Label, const BlockDataT<DCData> &BD, StringRef C) { in createNode()
1638 const BlockDataT<DCData> &BD = B.getValue(); in DotCfgDiff() local
1655 const BlockDataT<DCData> &BD = A.getValue(); in DotCfgDiff() local
/external/tensorflow/tensorflow/core/kernels/special_math/
Dspecial_math_op_misc_impl.h72 const Scalar BD[] = { in generic_dawsn_interval_2() local
/external/clang/lib/StaticAnalyzer/Frontend/
DAnalysisConsumer.cpp367 bool VisitBlockDecl(BlockDecl *BD) { in VisitBlockDecl()

123