Home
last modified time | relevance | path

Searched defs:CB (Results 1 – 25 of 65) sorted by relevance

123

/external/clang/lib/StaticAnalyzer/Checkers/
DUnreachableCodeChecker.cpp79 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()
DAnalyzerStatsChecker.cpp64 const CFGBlock *CB = BE->getBlock(); in checkEndAnalysis() local
76 const CFGBlock *CB = *I; in checkEndAnalysis() local
/external/clang/tools/libclang/
DCIndexInclusionStack.cpp25 CXTranslationUnit TU, CXInclusionVisitor CB, in getInclusions()
74 void clang_getInclusions(CXTranslationUnit TU, CXInclusionVisitor CB, in clang_getInclusions()
/external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
Dsplit_vq.c33 int16_t *CB, /* (i) the quantizer codebook in Q13 */ in WebRtcIlbcfix_SplitVq()
Dvq3.c29 int16_t *CB, /* codebook in Q13 */ in WebRtcIlbcfix_Vq3()
Dvq4.c29 int16_t *CB, /* codebook in Q13 */ in WebRtcIlbcfix_Vq4()
Dcb_mem_energy.c31 int16_t *CB, /* (i) The CB memory (1:st section) */ in WebRtcIlbcfix_CbMemEnergy()
/external/llvm/unittests/Analysis/
DAliasAnalysisTest.cpp80 std::function<void()> CB; member
100 std::function<void()> CB; member in __anon98cad6b80311::TestCustomAAWrapperPass
107 std::function<void()> CB = std::function<void()>()) in TestCustomAAWrapperPass()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Analysis/
DAliasAnalysisTest.cpp80 std::function<void()> CB; member
100 std::function<void()> CB; member in __anonc98ff2100311::TestCustomAAWrapperPass
107 std::function<void()> CB = std::function<void()>()) in TestCustomAAWrapperPass()
/external/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/
DMPIBugReporter.h28 MPIBugReporter(const CheckerBase &CB) { in MPIBugReporter()
/external/clang/test/Modules/Inputs/
Dredecl-add-after-load-decls.h15 typedef C::A CB; typedef
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Coroutines/
DCoroElide.cpp135 for (auto *CB : CoroBegins) { in elideHeapAllocations() local
179 if (auto *CB = dyn_cast<CoroBeginInst>(DA->getFrame())) in shouldElide() local
201 if (auto *CB = dyn_cast<CoroBeginInst>(U)) in processCoroId() local
DCoroEarly.cpp149 if (auto *CB = dyn_cast<CoroBeginInst>(U)) in setCannotDuplicate() local
DCoroutines.cpp271 auto CB = cast<CoroBeginInst>(II); in buildFrom() local
/external/clang/test/Modules/
Dredecl-add-after-load.cpp24 typedef C::A CB; typedef
/external/compiler-rt/test/tsan/
Ddeadlock_detector_stress_test.cc570 struct CB { struct in LockTest
571 void (LockTest::*f)();
572 LockTest *lt;
/external/clang/lib/Analysis/
DReachableCode.cpp443 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/
DEnvironment.cpp156 MarkLiveCallback CB(SymReaper); in removeDeadBindings() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DCaptureTracking.cpp202 CapturesBefore CB(ReturnCaptures, I, DT, IncludeI, OBB); in PointerMayBeCapturedBefore() local
/external/llvm/lib/Analysis/
DCaptureTracking.cpp201 CapturesBefore CB(ReturnCaptures, I, DT, IncludeI, OBB); in PointerMayBeCapturedBefore() local
/external/llvm/lib/Transforms/Utils/
DFlattenCFG.cpp268 BasicBlock *CB; in FlattenParallelAndOr() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DFlattenCFG.cpp281 BasicBlock *CB; in FlattenParallelAndOr() local
/external/compiler-rt/lib/asan/tests/
Dasan_noinst_test.cc224 typedef void (*CB)(uptr p); in TEST() typedef
/external/guice/core/test/com/googlecode/guice/bundle/
DOSGiTestActivator.java280 protected static class CB implements C { class in OSGiTestActivator
282 CB() {} in CB() method in OSGiTestActivator.CB
/external/llvm/unittests/Support/
DCasting.cpp291 const pointer_wrappers::PTy CB(&B); variable

123