HomeSort by relevance Sort by last modified time
    Searched defs:CB (Results 1 - 10 of 10) sorted by null

  /external/clang/test/Rewriter/
dllimport-typedef.c 6 typedef __declspec(dllimport) int CB(void);
  /external/clang/lib/StaticAnalyzer/Checkers/
AnalyzerStatsChecker.cpp 64 const CFGBlock *CB = BE->getBlock();
65 reachable.insert(CB);
76 const CFGBlock *CB = *I;
79 if (!reachable.count(CB)) {
UnreachableCodeChecker.cpp 44 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);
80 const CFGBlock *CB = BE->getBlock();
81 reachable.insert(CB->getBlockID());
98 const CFGBlock *CB = *I;
100 if (reachable.count(CB->getBlockID()))
104 if (isEmptyCFGBlock(CB))
108 if (!visited.count(CB->getBlockID())
    [all...]
  /external/llvm/include/llvm/ADT/
ImmutableMap.h 183 CBWrapperRef<Callback> CB(C);
184 Root->foreach(CB);
191 CBWrapper<Callback> CB;
192 Root->foreach(CB);
  /external/qemu/distrib/sdl-1.2.12/src/video/
SDL_yuv_sw.c 109 unsigned char *cb, unsigned char *out,
113 unsigned char *cb, unsigned char *out,
127 unsigned char *cb, unsigned char *out,
131 unsigned char *cb, unsigned char *out,
137 unsigned char *cb, unsigned char *out,
165 + colortab[ *cb + 2*256 ];
166 cb_b = 2*768+256 + colortab[ *cb + 3*256 ];
167 ++cr; ++cb;
207 unsigned char *cb, unsigned char *out,
237 + colortab[ *cb + 2*256 ]
    [all...]
  /external/chromium/net/tools/flip_server/
epoll_server.h 124 typedef EpollCallbackInterface CB;
162 // cb - an instance of a subclass of EpollCallbackInterface
166 virtual void RegisterFD(int fd, CB* cb, int event_mask);
175 // cb - an instance of a subclass of EpollCallbackInterface
176 virtual void RegisterFDForWrite(int fd, CB* cb);
185 // cb - an instance of a subclass of EpollCallbackInterface
186 virtual void RegisterFDForReadWrite(int fd, CB* cb);
546 mutable EpollCallbackInterface* cb; member in struct:net::EpollServer::CBAndEventMask
    [all...]
  /external/clang/tools/libclang/
Indexing.cpp 270 IndexerCallbacks CB;
271 memset(&CB, 0, sizeof(CB));
272 unsigned ClientCBSize = index_callbacks_size < sizeof(CB)
273 ? index_callbacks_size : sizeof(CB);
274 memcpy(&CB, client_index_callbacks, ClientCBSize);
364 IndexAction.reset(new IndexingFrontendAction(client_data, CB,
516 IndexerCallbacks CB;
517 memset(&CB, 0, sizeof(CB));
    [all...]
IndexingContext.h 293 IndexerCallbacks &CB;
352 : Ctx(0), ClientData(clientData), CB(indexCallbacks),
375 bool hasDiagnosticCallback() const { return CB.diagnostic; }
  /external/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp 135 ConstantInt *CB = dyn_cast<ConstantInt>(B);
138 if (!CB || !CC) {
142 const APInt &BVal = CB->getValue();
    [all...]
  /external/llvm/lib/Transforms/Utils/
SimplifyCFG.cpp     [all...]

Completed in 820 milliseconds