Home
last modified time | relevance | path

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

12

/external/clang/lib/StaticAnalyzer/Checkers/
DUnreachableCodeChecker.cpp83 const CFGBlock *CB = BE->getBlock(); in checkEndAnalysis() local
101 const CFGBlock *CB = *I; in checkEndAnalysis() local
174 void UnreachableCodeChecker::FindUnreachableEntryPoints(const CFGBlock *CB, in FindUnreachableEntryPoints()
196 const Stmt *UnreachableCodeChecker::getUnreachableStmt(const CFGBlock *CB) { in getUnreachableStmt()
212 bool UnreachableCodeChecker::isInvalidPath(const CFGBlock *CB, in isInvalidPath()
247 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/eigen/blas/fortran/
Dlsame.f8 CHARACTER CA,CB local
/external/llvm/unittests/Analysis/
DAliasAnalysisTest.cpp81 std::function<void()> CB; member
102 std::function<void()> CB; member in __anon7d6d407b0311::TestCustomAAWrapperPass
109 std::function<void()> CB = std::function<void()>()) in TestCustomAAWrapperPass()
/external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
Dsplit_vq.c33 int16_t *CB, /* (i) the quantizer codebook in Q13 */ in WebRtcIlbcfix_SplitVq()
Dvq4.c29 int16_t *CB, /* codebook in Q13 */ in WebRtcIlbcfix_Vq4()
Dvq3.c29 int16_t *CB, /* codebook in Q13 */ in WebRtcIlbcfix_Vq3()
Dcb_mem_energy.c31 int16_t *CB, /* (i) The CB memory (1:st section) */ in WebRtcIlbcfix_CbMemEnergy()
/external/clang/test/Modules/Inputs/
Dredecl-add-after-load-decls.h15 typedef C::A CB; typedef
/external/clang/tools/libclang/
DCIndexInclusionStack.cpp25 void clang_getInclusions(CXTranslationUnit TU, CXInclusionVisitor CB, in clang_getInclusions()
DIndexing.cpp485 IndexerCallbacks CB; in clang_indexSourceFile_Impl() local
718 IndexerCallbacks CB; in clang_indexTranslationUnit_Impl() local
/external/ltrace/
Dvect.h161 #define VECT_EACH(VECP, ELT_TYPE, START_AFTER, CB, DATA) \ argument
180 #define VECT_EACH_CST(VECP, ELT_TYPE, START_AFTER, CB, DATA) \ argument
Ddict.h213 #define DICT_EACH(DICTP, KEY_TYPE, VALUE_TYPE, START_AFTER, CB, DATA) \ argument
/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/opencv3/samples/cpp/
Dtvl1_optical_flow.cpp28 const int CB = 11; in computeColor() local
/external/llvm/lib/Analysis/
DCaptureTracking.cpp200 CapturesBefore CB(ReturnCaptures, I, DT, IncludeI, OBB); in PointerMayBeCapturedBefore() local
DAliasAnalysis.cpp399 CallbackT CB; member
/external/opencv3/samples/gpu/
Doptical_flow.cpp30 const int CB = 11; in computeColor() local
/external/llvm/lib/Transforms/Utils/
DFlattenCFG.cpp268 BasicBlock *CB; in FlattenParallelAndOr() local
/external/compiler-rt/lib/asan/tests/
Dasan_noinst_test.cc225 typedef void (*CB)(uptr p); in TEST() typedef
/external/guice/core/test/com/googlecode/guice/bundle/
DOSGiTestActivator.java255 protected static class CB class in OSGiTestActivator
258 CB() {} in CB() method in OSGiTestActivator.CB
/external/llvm/unittests/Support/
DCasting.cpp291 const pointer_wrappers::PTy CB(&B); variable

12