Home
last modified time | relevance | path

Searched refs:Pointers (Results 1 – 13 of 13) sorted by relevance

/external/llvm/lib/Analysis/
DAliasAnalysisEvaluator.cpp134 SetVector<Value *> Pointers; in runOnFunction() local
139 Pointers.insert(I); in runOnFunction()
143 Pointers.insert(&*I); in runOnFunction()
149 Pointers.insert(Callee); in runOnFunction()
154 Pointers.insert(*AI); in runOnFunction()
161 Pointers.insert(*OI); in runOnFunction()
167 errs() << "Function: " << F.getName() << ": " << Pointers.size() in runOnFunction()
171 for (SetVector<Value *>::iterator I1 = Pointers.begin(), E = Pointers.end(); in runOnFunction()
177 for (SetVector<Value *>::iterator I2 = Pointers.begin(); I2 != I1; ++I2) { in runOnFunction()
207 for (SetVector<Value *>::iterator V = Pointers.begin(), Ve = Pointers.end(); in runOnFunction()
/external/e2fsprogs/ext2ed/
Dext2.descriptors88 __u32 i_block[0]; /* Pointers to blocks */
89 __u32 i_block[1]; /* Pointers to blocks */
90 __u32 i_block[2]; /* Pointers to blocks */
91 __u32 i_block[3]; /* Pointers to blocks */
92 __u32 i_block[4]; /* Pointers to blocks */
93 __u32 i_block[5]; /* Pointers to blocks */
94 __u32 i_block[6]; /* Pointers to blocks */
95 __u32 i_block[7]; /* Pointers to blocks */
96 __u32 i_block[8]; /* Pointers to blocks */
97 __u32 i_block[9]; /* Pointers to blocks */
[all …]
/external/javassist/src/main/javassist/bytecode/
DCodeIterator.java993 static class Pointers { class in CodeIterator
1002 Pointers(int cur, int m, int m0, ExceptionTable et, CodeAttribute ca) { in Pointers() method in CodeIterator.Pointers
1055 Pointers pointers = new Pointers(0, 0, 0, etable, ca); in changeLdcToLdcW()
1094 Pointers pointers = new Pointers(currentPos, mark, where, etable, ca); in insertGapCore0w()
1111 boolean exclusive, ArrayList jumps, Pointers ptrs) in insertGap2w()
/external/qemu/tcg/
DREADME42 integers. Pointers are defined as an alias to 32 bit or 64 bit
71 * Pointers: depending on the TCG target, pointer size is 32 bit or 64
/external/zlib/
DFAQ17 file win32/DLL_FAQ.txt in the zlib distribution. Pointers to the
/external/mesa3d/src/glsl/
Dglsl_parser.ypp454 // Grammar Note: No '*' or '&' unary ops. Pointers are not supported.
/external/zlib/win32/
DDLL_FAQ.txt17 Pointers to a precompiled ZLIB1.DLL can be found in the zlib
/external/webkit/Source/WebKit/qt/docs/
Dqtwebkit-bridge.qdoc341Pointers to a \l{QObject} or a \l{QWidget} can be used in signals, slots and properties. This obje…
/external/valgrind/main/coregrind/m_debuginfo/
DUNUSED_STABS.txt1282 Pointers into this are stable (the arrays are not reallocated)
/external/jpeg/
Dlibjpeg.doc216 pointer array to conform to this structure. Pointers to JSAMPLE rows are of
968 Pointers to coefficient quantization tables, one per table slot,
977 Pointers to Huffman coding tables, one per table slot, or NULL if
/external/chromium/chrome/browser/ui/cocoa/bookmarks/
Dbookmark_bar_controller.mm104 // Pointers to animation logic:
/external/sqlite/dist/
Dsqlite3.c.orig10343 Expr **apVarExpr; /* Pointers to :aaa and $aaaa wildcard expressions */
10400 * Pointers to instances of struct Trigger are stored in two ways.
14934 ** Pointers to the head of the list are stored in mem3.aiSmall[]
17514 ** Pointers to the end of sqlite3GlobalConfig.pScratch memory
33442 ** Pointers to structures of this type are cast and returned as
44535 ** the end of the page. Pointers to the cells are in the cell pointer array
44656 u8 *pCell; /* Pointers to the body of the overflow cell */
50886 u8 **apCell, /* Pointers to cell bodies */
85351 void (**aExt)(void); /* Pointers to the extension init functions */
/external/webkit/Source/WebCore/
DChangeLog-2010-01-2952249 o Pointers to C+EventListener wrappers are stored in JS objects