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

123

/external/clang/lib/StaticAnalyzer/Checkers/
H A DUnreachableCodeChecker.cpp44 static inline const Stmt *getUnreachableStmt(const CFGBlock *CB);
45 static void FindUnreachableEntryPoints(const CFGBlock *CB,
48 static bool isInvalidPath(const CFGBlock *CB, const ParentMap &PM);
49 static inline bool isEmptyCFGBlock(const CFGBlock *CB);
83 const CFGBlock *CB = BE->getBlock(); local
84 reachable.insert(CB->getBlockID());
101 const CFGBlock *CB = *I; local
103 if (reachable.count(CB->getBlockID()))
107 if (isEmptyCFGBlock(CB))
111 if (!visited.count(CB
174 FindUnreachableEntryPoints(const CFGBlock *CB, CFGBlocksSet &reachable, CFGBlocksSet &visited) argument
196 getUnreachableStmt(const CFGBlock *CB) argument
212 isInvalidPath(const CFGBlock *CB, const ParentMap &PM) argument
247 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/eigen/blas/fortran/
H A Dlsame.f1 LOGICAL FUNCTION LSAME(CA,CB)
8 CHARACTER CA,CB local in function:LSAME
14 * LSAME returns .TRUE. if CA is the same letter as CB regardless of
22 * CB (input) CHARACTER*1
23 * CA and CB specify the single characters to be compared.
36 LSAME = CA .EQ. CB
49 INTB = ICHAR(CB)
/external/llvm/unittests/Analysis/
H A DAliasAnalysisTest.cpp81 std::function<void()> CB; member in struct:__anon12726::TestCustomAAResult
84 std::function<void()> CB)
85 : AAResultBase(TLI), CB(std::move(CB)) {}
87 : AAResultBase(std::move(Arg)), CB(std::move(Arg.CB)) {}
92 CB();
102 std::function<void()> CB; member in class:__anon12727::TestCustomAAWrapperPass
109 std::function<void()> CB = std::function<void()>())
110 : ImmutablePass(ID), CB(st
83 TestCustomAAResult(const TargetLibraryInfo &TLI, std::function<void()> CB) argument
[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/tools/libclang/
H A DCIndexInclusionStack.cpp25 void clang_getInclusions(CXTranslationUnit TU, CXInclusionVisitor CB, argument
71 CB(static_cast<CXFile>(
H A DIndexing.cpp485 IndexerCallbacks CB; local
486 memset(&CB, 0, sizeof(CB));
487 unsigned ClientCBSize = index_callbacks_size < sizeof(CB)
488 ? index_callbacks_size : sizeof(CB);
489 memcpy(&CB, client_index_callbacks, ClientCBSize);
593 IndexAction.reset(new IndexingFrontendAction(client_data, CB,
718 IndexerCallbacks CB; local
719 memset(&CB, 0, sizeof(CB));
[all...]
H A DIndexingContext.cpp228 if (!CB.abortQuery)
230 return CB.abortQuery(ClientData, nullptr);
234 if (File && CB.enteredMainFile) {
236 CB.enteredMainFile(ClientData,
248 if (!CB.ppIncludedFile)
257 CXIdxClientFile idxFile = CB.ppIncludedFile(ClientData, &Info);
262 if (!CB.importedASTFile)
276 CXIdxClientASTFile astFile = CB.importedASTFile(ClientData, &Info);
281 if (!CB.importedASTFile)
291 CXIdxClientASTFile astFile = CB
[all...]
/external/clang/test/Modules/Inputs/
H A Dredecl-add-after-load-decls.h15 typedef C::A CB; typedef
/external/ltrace/
H A Dvect.h161 #define VECT_EACH(VECP, ELT_TYPE, START_AFTER, CB, DATA) \
165 /* Check that CB is typed properly. */ \
166 enum callback_status (*_cb)(ELT_TYPE *, void *) = CB; \
180 #define VECT_EACH_CST(VECP, ELT_TYPE, START_AFTER, CB, DATA) \
184 /* Check that CB is typed properly. */ \
185 enum callback_status (*_cb)(const ELT_TYPE *, void *) = CB; \
201 /* Check that CB is typed properly. */ \
/external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rcssmin/tests/yui/
H A Ddataurl-nonbase64-singlequotes.css6 background-image:url('data:image/png,%89PNG%0D%0A%1A%0A%00%00%00%0DIHDR%00%00%00%0C%00%00%00%0E%08%03%00%00%00%2Cc%0D%DE%00%00%00%A2PLTEQQQ%FA%FA%FA%FC%FC%FC%EE%EE%EE%A9%A9%A9%E9%E9%E9%0A%0A%0A%0D%0D%0D444PPP%CD%CD%CD%CC%CC%CC%F5%F5%F5UUU%D0%D0%D0\'\'\'%F9%F9%F9%A6%A6%A6%40%40%40FFF%A0%A0%A0%89%89%89%8D%8D%8D%20%20%20%14%14%14%DA%DA%DA%B6%B6%B6%02%02%02%87%87%87%81%81%81%AC%AC%AC%0E%0E%0E111%7D%7D%7D%92%92%92333%B9%B9%B9%BC%BC%BChhh)))%E1%E1%E1%03%03%03%CB%CB%CB%EB%EB%EB%FD%FD%FD%A3%A3%A3(((%04%04%04%CA%CA%CAttt%2C%2C%2C%F4%F4%F4%00%00%00%FF%FF%FF%D6%DE%02%C3%00%00%006tRNS%FF%FF%FF%FF%FF%FF%FF%FF%FF%FF%FF%FF%FF%FF%FF%FF%FF%FF%FF%FF%FF%FF%FF%FF%FF%FF%FF%FF%FF%FF%FF%FF%FF%FF%FF%FF%FF%FF%FF%FF%FF%FF%FF%FF%FF%FF%FF%FF%FF%FF%FF%FF%FF%00%A1%8FN1%00%00%00iIDAT%08%D7E%C7E%16%02Q%10%C5%D0j%C3%DD%BDqw%5E%F6%BF5%06%D4%3Fd%94kx%BDf%DE6%FFIA%AB%C8qYj%1F%E3Xk%93%E0%C8JZ%10%90%9E%3A1%60%BBY%85%A8%AE%14%C0%5E%1A6%8E%C5w%02%60%99%C9%FA%9A%03%60%8C%EFz%8C%CE%0EnSu%3F%01%AD%B2%06%04%F0%3CT%FF%B8nk%3F%7C%01%C5z%1B%F9%26%2F%3Az%00%00%00%00IEND%AEB%60%82');
/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/opencv3/samples/cpp/
H A Dtvl1_optical_flow.cpp28 const int CB = 11; local
31 const int NCOLS = RY + YG + GC + CB + BM + MR;
47 for (int i = 0; i < CB; ++i, ++k)
48 colorWheel[k] = Vec3i(0, 255 - 255 * i / CB, 255);
/external/opencv3/samples/gpu/
H A Doptical_flow.cpp30 const int CB = 11; local
33 const int NCOLS = RY + YG + GC + CB + BM + MR;
49 for (int i = 0; i < CB; ++i, ++k)
50 colorWheel[k] = Vec3i(0, 255 - 255 * i / CB, 255);
/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.h334 template <typename CB> CB scanReachableSymbols(SVal val) const;
335 template <typename CB> CB scanReachableSymbols(const SVal *beg,
338 template <typename CB> CB
807 template <typename CB>
808 CB ProgramState::scanReachableSymbols(SVal val) const {
809 CB cb(this);
814 template <typename CB>
[all...]

Completed in 864 milliseconds

123