Home
last modified time | relevance | path

Searched refs:cindex (Results 1 – 25 of 29) sorted by relevance

12

/external/clang/test/Index/
Dcindex-from-source.m2 // RUN: %clang -x objective-c-header %S/Inputs/cindex-from-source.h -o %t.pfx.h.gch
5 // CHECK: cindex-from-source.m:{{.*}}:{{.*}}: StructDecl=s0:{{.*}}:{{.*}}
6 // CHECK: cindex-from-source.m:{{.*}}:{{.*}}: VarDecl=g0:{{.*}}:{{.*}}
7 // CHECK: cindex-from-source.m:9:1: TypeRef=t0:1:13 Extent=[9:1 - 9:3]
Dcindex-on-invalid.m18 // CHECK: cindex-on-invalid.m:5:8: error: use of undeclared label 'exit'
19 // CHECK: cindex-on-invalid.m:13:9:{13:7-13:13}
20 // CHECK: cindex-on-invalid.m:21:1: error: expected identifier or '('
/external/javassist/src/main/javassist/bytecode/
DConstPool.java1300 public MemberrefInfo(int cindex, int ntindex) { in MemberrefInfo() argument
1301 classIndex = cindex; in MemberrefInfo()
1318 abstract protected int copy2(ConstPool dest, int cindex, int ntindex); in copy2() argument
1339 public FieldrefInfo(int cindex, int ntindex) { in FieldrefInfo() argument
1340 super(cindex, ntindex); in FieldrefInfo()
1351 protected int copy2(ConstPool dest, int cindex, int ntindex) { in copy2() argument
1352 return dest.addFieldrefInfo(cindex, ntindex); in copy2()
1359 public MethodrefInfo(int cindex, int ntindex) { in MethodrefInfo() argument
1360 super(cindex, ntindex); in MethodrefInfo()
1371 protected int copy2(ConstPool dest, int cindex, int ntindex) { in copy2() argument
[all …]
/external/bison/lib/
Dlbitset.c189 bset->b.cindex = next->index; in lbitset_elt_unlink()
194 bset->b.cindex = prev->index; in lbitset_elt_unlink()
221 bset->b.cindex = elt->prev->index; in lbitset_prune()
277 else if (windex < bset->b.cindex) in lbitset_elt_link()
311 bset->b.cindex = windex; in lbitset_elt_link()
328 if ((windex - bset->b.cindex) < bset->b.csize) in lbitset_elt_find()
338 if (windex < bset->b.cindex) in lbitset_elt_find()
356 bset->b.cindex = elt->index; in lbitset_elt_find()
480 dst->b.cindex = LBITSET_HEAD (dst)->index; in lbitset_copy()
523 dst->b.cdata[windex - dst->b.cindex] |= in lbitset_set()
[all …]
Dbitset.h138 bitset_windex offset = windex - bset->b.cindex; in bitset_set()
152 bitset_windex offset = windex - bset->b.cindex; in bitset_reset()
166 bitset_windex offset = windex - bset->b.cindex; in bitset_test()
Debitset.c98 #define EBITSET_ZERO_SET(BSET) ((BSET)->b.cindex = BITSET_WINDEX_MAX, \
101 #define EBITSET_CACHE_DISABLE(BSET) ((BSET)->b.cindex = BITSET_WINDEX_MAX)
114 ((BSET)->b.cindex = (EINDEX) * EBITSET_ELT_WORDS, \
518 dst->b.cdata[windex - dst->b.cindex] |= in ebitset_set()
532 dst->b.cdata[windex - dst->b.cindex] &= in ebitset_reset()
548 && ((src->b.cdata[windex - src->b.cindex] in ebitset_test()
Dbitset_stats.c317 bitset_windex offset = wordno - bset->b.cindex; in bitset_stats_set()
336 bitset_windex offset = wordno - bset->b.cindex; in bitset_stats_reset()
363 bitset_windex offset = wordno - bset->b.cindex; in bitset_stats_test()
687 bset->b.cindex = 0; in bitset_stats_init()
Dbbitset.h88 bitset_windex cindex; /* Cache word index. */ member
105 #define BITSET_CINDEX_(SRC) (SRC)->b.cindex
Dvbitset.c129 dst->b.cdata[windex - dst->b.cindex] |=
1135 bset->b.cindex = 0;
Dabitset.c824 bset->b.cindex = 0; in abitset_init()
/external/bison/doc/
Dbison.texinfo332 @cindex introduction
421 @cindex context-free grammar
422 @cindex grammar, context-free
433 @cindex @acronym{BNF}
434 @cindex Backus-Naur form
441 @cindex @acronym{LALR}(1) grammars
442 @cindex @acronym{LR}(1) grammars
456 @cindex @acronym{GLR} parsing
457 @cindex generalized @acronym{LR} (@acronym{GLR}) parsing
458 @cindex ambiguous grammars
[all …]
Dfdl.texi5 @cindex FDL, GNU Free Documentation License
/external/clang/bindings/python/tests/cindex/
Dtest_index.py1 from clang.cindex import *
Dtest_cursor_kind.py1 from clang.cindex import CursorKind
Dtest_cursor.py1 from clang.cindex import Index, CursorKind
Dtest_diagnostics.py1 from clang.cindex import *
Dtest_translation_unit.py1 from clang.cindex import *
/external/clang/bindings/python/
DREADME.txt13 tests.cindex.test_index.test_create ... ok
/external/clang/bindings/python/examples/cindex/
Dcindex-includes.py19 from clang.cindex import Index
Dcindex-dump.py57 from clang.cindex import Index
/external/libffi/doc/
Dlibffi.texi74 @cindex calling convention
75 @cindex ABI
76 @cindex Application Binary Interface
96 @cindex FFI
97 @cindex Foreign Function Interface
125 @cindex cif
431 @cindex closures
432 @cindex closure API
/external/jpeg/
Djdphuff.c135 int cindex = cinfo->cur_comp_info[ci]->component_index; in start_pass_phuff_decoder() local
136 coef_bit_ptr = & cinfo->coef_bits[cindex][0]; in start_pass_phuff_decoder()
138 WARNMS2(cinfo, JWRN_BOGUS_PROGRESSION, cindex, 0); in start_pass_phuff_decoder()
142 WARNMS2(cinfo, JWRN_BOGUS_PROGRESSION, cindex, coefi); in start_pass_phuff_decoder()
/external/iptables/libiptc/
Dlibiptc.c549 unsigned int cindex = 0; in iptcc_chain_index_build() local
566 cindex=chains / list_length; in iptcc_chain_index_build()
571 if (cindex >= h->chain_index_sz) in iptcc_chain_index_build()
575 debug("\nIndex[%d] Chains:", cindex); in iptcc_chain_index_build()
576 h->chain_index[cindex] = c; in iptcc_chain_index_build()
/external/e2fsprogs/lib/et/
Dtexinfo.tex910 % @findex, @vindex, @kindex, @cindex.
914 \def\cindex {\cpindex}
/external/bison/build-aux/
Dtexinfo.tex3621 % @findex, @vindex, @kindex, @cindex.
3625 \def\cindex {\cpindex}

12