Searched defs:IB (Results 1 - 4 of 4) sorted by relevance

/external/llvm/lib/Target/NVPTX/
H A DNVPTXSplitBBatBar.cpp37 BasicBlock::iterator IB = BI->begin(); local
38 BasicBlock::iterator II = IB;
49 if (II != IB)
/external/clang/test/Analysis/engine/
H A Dreplay-without-inlining.c17 } IB; typedef in typeref:struct:__anon4002
18 inline unsigned long gl(IB *input);
19 inline void gbs(IB *input, unsigned char *buf, int count);
20 void getB(IB *st, Hdr2 *usedtobeundef);
21 inline unsigned char gb(IB *input) {
26 static void getID(IB *st, char str[4]) {
32 static void getH(IB *st, Hdr *header) {
36 static void readILBM(IB *st, Info *pic) {
50 int bitmapImageRepFromIFF(IB st, const unsigned char *ib, int il) {
/external/llvm/lib/VMCore/
H A DMetadata.cpp427 int IB = PathB.size() - 1; local
430 while (IA >= 0 && IB >=0) {
431 if (PathA[IA] == PathB[IB])
436 --IB;
/external/harfbuzz/src/
H A Dharfbuzz-shaper.cpp47 EX->AL from DB to IB
48 SY->AL from DB to IB
49 SY->PO from DB to IB
50 SY->PR from DB to IB
51 SY->OP from DB to IB
52 AL->PR from DB to IB
53 AL->PO from DB to IB
54 PR->PR from DB to IB
55 PO->PO from DB to IB
56 PR->PO from DB to IB
77 #define IB macro
113 #undef IB macro
[all...]

Completed in 115 milliseconds