Searched refs:CB (Results 1 - 25 of 76) sorted by relevance

1234

/external/clang/lib/StaticAnalyzer/Checkers/
H A DUnreachableCodeChecker.cpp40 static inline const Stmt *getUnreachableStmt(const CFGBlock *CB);
41 static void FindUnreachableEntryPoints(const CFGBlock *CB,
44 static bool isInvalidPath(const CFGBlock *CB, const ParentMap &PM);
45 static inline bool isEmptyCFGBlock(const CFGBlock *CB);
79 const CFGBlock *CB = BE->getBlock(); local
80 reachable.insert(CB->getBlockID());
97 const CFGBlock *CB = *I; local
99 if (reachable.count(CB->getBlockID()))
103 if (isEmptyCFGBlock(CB))
107 if (!visited.count(CB
170 FindUnreachableEntryPoints(const CFGBlock *CB, CFGBlocksSet &reachable, CFGBlocksSet &visited) argument
192 getUnreachableStmt(const CFGBlock *CB) argument
208 isInvalidPath(const CFGBlock *CB, const ParentMap &PM) argument
240 isEmptyCFGBlock(const CFGBlock *CB) argument
[all...]
H A DAnalyzerStatsChecker.cpp64 const CFGBlock *CB = BE->getBlock(); local
65 reachable.insert(CB);
76 const CFGBlock *CB = *I; local
79 if (!reachable.count(CB)) {
/external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
H A Dvq3.h31 int16_t *CB, /* (i) the vector quantization codebook (Q13) */
H A Dvq4.h31 int16_t *CB, /* (i) the vector quantization codebook (Q13) */
H A Dcb_mem_energy.h24 int16_t *CB, /* (i) The CB memory (1:st section) */
25 int16_t *filteredCB, /* (i) The filtered CB memory (2:nd section) */
26 size_t lMem, /* (i) Length of the CB memory */
28 int16_t *energyW16, /* (o) Energy in the CB vectors */
H A Dsplit_vq.h33 int16_t *CB, /* (i) the quantizer codebook in Q13 */
H A Dvq3.c29 int16_t *CB, /* codebook in Q13 */
43 tmp = X[0] - CB[pos];
46 tmp = X[i] - CB[pos + i];
59 Xq[i] = CB[minindex*3 + i];
26 WebRtcIlbcfix_Vq3( int16_t *Xq, int16_t *index, int16_t *CB, int16_t *X, int16_t n_cb ) argument
H A Dvq4.c29 int16_t *CB, /* codebook in Q13 */
43 tmp = X[0] - CB[pos];
46 tmp = X[i] - CB[pos + i];
59 Xq[i] = CB[minindex*4 + i];
26 WebRtcIlbcfix_Vq4( int16_t *Xq, int16_t *index, int16_t *CB, int16_t *X, int16_t n_cb ) argument
H A Dsplit_vq.c33 int16_t *CB, /* (i) the quantizer codebook in Q13 */
44 CBPtr=CB;
28 WebRtcIlbcfix_SplitVq( int16_t *qX, int16_t *index, int16_t *X, int16_t *CB, int16_t *dim, int16_t *cbsize ) argument
H A Dcb_mem_energy.c31 int16_t *CB, /* (i) The CB memory (1:st section) */
32 int16_t *filteredCB, /* (i) The filtered CB memory (2:nd section) */
33 size_t lMem, /* (i) Length of the CB memory */
35 int16_t *energyW16, /* (o) Energy in the CB vectors */
48 ppi = CB+lMem-lTarget-1;
49 ppo = CB+lMem-1;
51 pp=CB+lMem-lTarget;
29 WebRtcIlbcfix_CbMemEnergy( size_t range, int16_t *CB, int16_t *filteredCB, size_t lMem, size_t lTarget, int16_t *energyW16, int16_t *energyShifts, int scale, size_t base_size ) argument
/external/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/
H A DMPIBugReporter.h28 MPIBugReporter(const CheckerBase &CB) { argument
29 UnmatchedWaitBugType.reset(new BugType(&CB, "Unmatched wait", MPIError));
31 new BugType(&CB, "Double nonblocking", MPIError));
32 MissingWaitBugType.reset(new BugType(&CB, "Missing wait", MPIError));
/external/clang/tools/libclang/
H A DCIndexInclusionStack.cpp25 CXTranslationUnit TU, CXInclusionVisitor CB, variable
66 CB(static_cast<CXFile>(
74 void clang_getInclusions(CXTranslationUnit TU, CXInclusionVisitor CB, argument
91 SM.loaded_sloc_entry_size(), TU, CB, clientData);
98 getInclusions(&SourceManager::getLocalSLocEntry, n, TU, CB, clientData);
H A DIndexing.cpp433 IndexerCallbacks CB; local
434 memset(&CB, 0, sizeof(CB));
435 unsigned ClientCBSize = index_callbacks_size < sizeof(CB)
436 ? index_callbacks_size : sizeof(CB);
437 memcpy(&CB, client_index_callbacks, ClientCBSize);
541 std::make_shared<CXIndexDataConsumer>(client_data, CB, index_options,
651 IndexerCallbacks CB; local
652 memset(&CB, 0, sizeof(CB));
[all...]
/external/llvm/unittests/Analysis/
H A DAliasAnalysisTest.cpp80 std::function<void()> CB; member in struct:__anon13729::TestCustomAAResult
82 explicit TestCustomAAResult(std::function<void()> CB) argument
83 : AAResultBase(), CB(std::move(CB)) {}
85 : AAResultBase(std::move(Arg)), CB(std::move(Arg.CB)) {}
90 CB();
100 std::function<void()> CB; member in class:__anon13730::TestCustomAAWrapperPass
107 std::function<void()> CB = std::function<void()>())
108 : ImmutablePass(ID), CB(st
[all...]
/external/clang/include/clang/Analysis/Analyses/
H A DReachableCode.h65 Callback &CB);
/external/clang/test/Modules/
H A Dredecl-add-after-load.cpp24 typedef C::A CB; typedef
46 CB struct_struct_test;
/external/clang/test/Modules/Inputs/
H A Dredecl-add-after-load-decls.h15 typedef C::A CB; typedef
/external/llvm/lib/Transforms/Utils/
H A DFlattenCFG.cpp268 BasicBlock *CB;
275 CB = PBI->getSuccessor(1 - Idx);
279 .splice(FirstCondBlock->end(), CB->getInstList());
294 if (CB == LastCondBlock)
297 CB->dropAllReferences();
298 // make CB unreachable and let downstream to delete the block.
299 new UnreachableInst(CB->getContext(), CB);
/external/clang/lib/Analysis/
H A DReachableCode.cpp363 clang::reachable_code::Callback &CB);
371 clang::reachable_code::Callback &CB);
443 clang::reachable_code::Callback &CB) {
476 reportDeadCode(Block, S, CB);
496 reportDeadCode(Block, I->second, CB);
571 clang::reachable_code::Callback &CB) {
601 CB.HandleUnreachable(reachable_code::UK_Loop_Increment,
621 CB.HandleUnreachable(UK, Loc, SilenceableCondVal, R1, R2);
638 Callback &CB) {
672 numReachable += DS.scanBackwards(block, CB);
442 scanBackwards(const clang::CFGBlock *Start, clang::reachable_code::Callback &CB) argument
569 reportDeadCode(const CFGBlock *B, const Stmt *S, clang::reachable_code::Callback &CB) argument
637 FindUnreachableCode(AnalysisDeclContext &AC, Preprocessor &PP, Callback &CB) argument
[all...]
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DProgramState.h335 template <typename CB> CB scanReachableSymbols(SVal val) const;
336 template <typename CB> CB scanReachableSymbols(const SVal *beg,
339 template <typename CB> CB
808 template <typename CB>
809 CB ProgramState::scanReachableSymbols(SVal val) const {
810 CB cb(this);
815 template <typename CB>
[all...]
/external/llvm/unittests/Support/
H A DCasting.cpp291 const pointer_wrappers::PTy CB(&B);
296 EXPECT_TRUE(!isa<pointer_wrappers::Derived>(CB));
315 EXPECT_TRUE(dyn_cast<pointer_wrappers::Derived>(CB) == nullptr);
324 EXPECT_TRUE(dyn_cast_or_null<pointer_wrappers::Derived>(CB) == nullptr);
/external/compiler-rt/lib/asan/tests/
H A Dasan_noinst_test.cc224 typedef void (*CB)(uptr p); typedef
225 CB cb[2][5] = {
247 CB call = cb[is_write][size_log];
/external/icu/icu4c/source/test/testdata/break_rules/
H A Dline.txt24 CB = [:LineBreak = Contingent_Break:];
66 # LB1 - Resolve AI, CB, CJ, SA, SG, and XX into other line breaking classes
136 # LB 20 Break before and after CB.
138 # ZWJ acts like a CM to the left, combining with CB.
140 LB20: . CM* ÷ CB;
141 LB20.1a: CB CM* ZWJ (ID | Extended_Pict | EmojiNRK);
142 LB20.1b: CB CM* ÷;
146 LB21a: HL CM* (HY | BA) CM* [^CM CB];
149 LB21.2: BB CM* [^CM CB];
H A Dline_loose.txt31 CB = [:LineBreak = Contingent_Break:];
74 # LB1 - Resolve AI, CB, CJ, SA, SG, and XX into other line breaking classes
144 # LB 20 Break before and after CB.
146 # ZWJ acts like a CM to the left, combining with CB.
148 LB20: . CM* ÷ CB;
149 LB20.1a: CB CM* ZWJ (ID | Extended_Pict | EmojiNRK);
150 LB20.1b: CB CM* ÷;
154 LB21a: HL CM* (HY | BA) CM* [^CM CB];
157 LB21.2: BB CM* [^CM CB];
H A Dline_loose_cj.txt45 CB = [:LineBreak = Contingent_Break:];
91 # LB1 - Resolve AI, CB, CJ, SA, SG, and XX into other line breaking classes
161 # LB 20 Break before and after CB.
163 # ZWJ acts like a CM to the left, combining with CB.
165 LB20: . CM* ÷ CB;
166 LB20.1a: CB CM* ZWJ (ID | Extended_Pict | EmojiNRK);
167 LB20.1b: CB CM* ÷;
174 LB21a: HL CM* (HY | BA | BAX) CM* [^CM CB]?;
177 LB21.2: BB CM* [^CM CB];

Completed in 815 milliseconds

1234