Home
last modified time | relevance | path

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

12

/external/chromium_org/third_party/leveldatabase/src/util/
Denv_test.cc38 struct CB { in TEST() struct
39 port::AtomicPointer* last_id_ptr; // Pointer to shared slot in TEST()
40 uintptr_t id; // Order# for the execution of this callback in TEST()
42 CB(port::AtomicPointer* p, int i) : last_id_ptr(p), id(i) { } in TEST() function
44 static void Run(void* v) { in TEST()
/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/
Dlsame.f8 CHARACTER CA,CB local
/external/chromium_org/third_party/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/clang/tools/libclang/
DCIndexInclusionStack.cpp25 void clang_getInclusions(CXTranslationUnit TU, CXInclusionVisitor CB, in clang_getInclusions()
DIndexing.cpp510 IndexerCallbacks CB; in clang_indexSourceFile_Impl() local
769 IndexerCallbacks CB; in clang_indexTranslationUnit_Impl() local
DIndexingContext.h276 IndexerCallbacks &CB; variable
/external/clang/test/Modules/Inputs/
Dredecl-add-after-load-decls.h15 typedef C::A CB; typedef
/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.cpp23 typedef C::A CB; typedef
/external/compiler-rt/test/tsan/
Ddeadlock_detector_stress_test.cc543 struct CB { struct in LockTest
544 void (LockTest::*f)();
545 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.cpp155 MarkLiveCallback CB(SymReaper); in removeDeadBindings() local
/external/llvm/lib/Transforms/Utils/
DFlattenCFG.cpp268 BasicBlock *CB; in FlattenParallelAndOr() local
/external/compiler-rt/lib/asan/tests/
Dasan_noinst_test.cc231 typedef void (*CB)(uptr p); in TEST() typedef
/external/llvm/lib/Analysis/
DAliasAnalysis.cpp452 CapturesBefore CB(I, DT); in callCapturesBefore() local
/external/llvm/include/llvm/ADT/
DImmutableMap.h191 CBWrapper<Callback> CB; in foreach() local
/external/chromium_org/net/tools/epoll_server/
Depoll_server.h123 typedef EpollCallbackInterface CB; typedef
/external/llvm/lib/Transforms/InstCombine/
DInstCombineSelect.cpp704 if (ConstantInt *CB = dyn_cast<ConstantInt>(B)) { in FoldSPFofSPF() local
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp1407 CaseBlock CB(Condition, BOp->getOperand(0), BOp->getOperand(1), nullptr, in EmitBranchForMergedCondition() local
1415 CaseBlock CB(ISD::SETEQ, Cond, ConstantInt::getTrue(*DAG.getContext()), in EmitBranchForMergedCondition() local
1639 CaseBlock CB(ISD::SETEQ, CondVal, ConstantInt::getTrue(*DAG.getContext()), in visitBr() local
1649 void SelectionDAGBuilder::visitSwitchCase(CaseBlock &CB, in visitSwitchCase()
2200 CaseBlock CB(CC, LHS, RHS, MHS, /* truebb */ I->BB, /* falsebb */ FallThrough, in handleSmallSwitchRange() local
2469 CaseBlock CB(ISD::SETLT, SV, C, nullptr, TrueBB, FalseBB, CR.CaseBB); in handleBTSplitSwitchCase() local

12