/external/clang/lib/StaticAnalyzer/Checkers/ |
D | UnreachableCodeChecker.cpp | 79 const CFGBlock *CB = BE->getBlock(); in checkEndAnalysis() local 97 const CFGBlock *CB = *I; in checkEndAnalysis() local 170 void UnreachableCodeChecker::FindUnreachableEntryPoints(const CFGBlock *CB, in FindUnreachableEntryPoints() 192 const Stmt *UnreachableCodeChecker::getUnreachableStmt(const CFGBlock *CB) { in getUnreachableStmt() 208 bool UnreachableCodeChecker::isInvalidPath(const CFGBlock *CB, in isInvalidPath() 240 bool UnreachableCodeChecker::isEmptyCFGBlock(const CFGBlock *CB) { in isEmptyCFGBlock()
|
D | AnalyzerStatsChecker.cpp | 64 const CFGBlock *CB = BE->getBlock(); in checkEndAnalysis() local 76 const CFGBlock *CB = *I; in checkEndAnalysis() local
|
/external/clang/tools/libclang/ |
D | CIndexInclusionStack.cpp | 25 CXTranslationUnit TU, CXInclusionVisitor CB, in getInclusions() 74 void clang_getInclusions(CXTranslationUnit TU, CXInclusionVisitor CB, in clang_getInclusions()
|
D | Indexing.cpp | 433 IndexerCallbacks CB; in clang_indexSourceFile_Impl() local 651 IndexerCallbacks CB; in clang_indexTranslationUnit_Impl() local
|
D | CXIndexDataConsumer.h | 280 IndexerCallbacks &CB; variable
|
/external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/ |
D | split_vq.c | 33 int16_t *CB, /* (i) the quantizer codebook in Q13 */ in WebRtcIlbcfix_SplitVq()
|
D | vq3.c | 29 int16_t *CB, /* codebook in Q13 */ in WebRtcIlbcfix_Vq3()
|
D | vq4.c | 29 int16_t *CB, /* codebook in Q13 */ in WebRtcIlbcfix_Vq4()
|
D | cb_mem_energy.c | 31 int16_t *CB, /* (i) The CB memory (1:st section) */ in WebRtcIlbcfix_CbMemEnergy()
|
/external/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/ |
D | MPIBugReporter.h | 28 MPIBugReporter(const CheckerBase &CB) { in MPIBugReporter()
|
/external/llvm/unittests/Analysis/ |
D | AliasAnalysisTest.cpp | 80 std::function<void()> CB; member 100 std::function<void()> CB; member in __anon24dfe22c0311::TestCustomAAWrapperPass 107 std::function<void()> CB = std::function<void()>()) in TestCustomAAWrapperPass()
|
/external/clang/test/Modules/Inputs/ |
D | redecl-add-after-load-decls.h | 15 typedef C::A CB; typedef
|
/external/clang/test/Modules/ |
D | redecl-add-after-load.cpp | 24 typedef C::A CB; typedef
|
/external/compiler-rt/test/tsan/ |
D | deadlock_detector_stress_test.cc | 570 struct CB { struct in LockTest 571 void (LockTest::*f)(); 572 LockTest *lt;
|
/external/clang/lib/Analysis/ |
D | ReachableCode.cpp | 443 clang::reachable_code::Callback &CB) { in scanBackwards() 571 clang::reachable_code::Callback &CB) { in reportDeadCode() 638 Callback &CB) { in FindUnreachableCode()
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | Environment.cpp | 156 MarkLiveCallback CB(SymReaper); in removeDeadBindings() local
|
/external/llvm/lib/Analysis/ |
D | CaptureTracking.cpp | 201 CapturesBefore CB(ReturnCaptures, I, DT, IncludeI, OBB); in PointerMayBeCapturedBefore() local
|
D | AliasAnalysis.cpp | 520 CallbackT CB; member
|
/external/llvm/lib/Transforms/Utils/ |
D | FlattenCFG.cpp | 268 BasicBlock *CB; in FlattenParallelAndOr() local
|
/external/compiler-rt/lib/asan/tests/ |
D | asan_noinst_test.cc | 224 typedef void (*CB)(uptr p); in TEST() typedef
|
/external/guice/core/test/com/googlecode/guice/bundle/ |
D | OSGiTestActivator.java | 255 protected static class CB class in OSGiTestActivator 258 CB() {} in CB() method in OSGiTestActivator.CB
|
/external/llvm/unittests/Support/ |
D | Casting.cpp | 291 const pointer_wrappers::PTy CB(&B); variable
|
/external/swiftshader/third_party/LLVM/include/llvm/ADT/ |
D | ImmutableMap.h | 191 CBWrapper<Callback> CB; in foreach() local
|
/external/llvm/include/llvm/ADT/ |
D | ImmutableMap.h | 190 CBWrapper<Callback> CB; in foreach() local
|
/external/llvm/lib/Fuzzer/ |
D | FuzzerLoop.cpp | 146 Fuzzer::Fuzzer(UserCallback CB, MutationDispatcher &MD, FuzzingOptions Options) in Fuzzer()
|