Home
last modified time | relevance | path

Searched refs:SELF (Results 1 – 25 of 38) sorted by relevance

12

/external/bison/src/
DSbitset.h29 #define Sbitset__byteAddress(SELF, INDEX) \ argument
30 (((SELF) + (INDEX) / CHAR_BIT))
42 #define Sbitset__test(SELF, INDEX) \ argument
43 ((*Sbitset__byteAddress ((SELF), (INDEX)) & Sbitset__bit_mask (INDEX)) != 0)
49 #define Sbitset__set(SELF, INDEX) \ argument
51 *Sbitset__byteAddress ((SELF), (INDEX)) = \
52 *Sbitset__byteAddress ((SELF), (INDEX)) | Sbitset__bit_mask (INDEX); \
55 #define Sbitset__reset(SELF, INDEX) \ argument
57 *Sbitset__byteAddress ((SELF), (INDEX)) = \
58 *Sbitset__byteAddress ((SELF), (INDEX)) & ~Sbitset__bit_mask (INDEX); \
[all …]
/external/llvm/utils/TableGen/
Dtdtags20 SELF=${0##*/}
24 Usage: $SELF [ <options> ] tdfile
25 or: $SELF [ <options> ] -x recipe [arg ...]
54 $SELF - generate ctags(1)-compatible index files for tblgen .td source
57 $SELF [ options ] -x recipe [arg ...]
58 $SELF [ options ] [file ...]
61 With the '-x' option, $SELF produces one or more tags files for a
64 Without the '-x' option, $SELF provides a ctags(1)-like interface to
70 replaced. NOTE: When building a mixed tags file, using ${SELF}
72 to run ${SELF} first without '-a', and ctags(1) second with '-a',
[all …]
/external/clang/test/CodeGenObjC/
Darc-weak-property.m15 // CHECK: [[SELF:%.*]] = alloca [[WPT:%.*]]*,
17 // CHECK-NEXT: store [[WPT]]* {{%.*}}, [[WPT]]** [[SELF]]
19 // CHECK-NEXT: [[T0:%.*]] = load [[WPT]]** [[SELF]]
29 // CHECK: [[SELF:%.*]] = alloca [[WPT:%.*]]*,
32 // CHECK-NEXT: store [[WPT]]* {{%.*}}, [[WPT]]** [[SELF]]
36 // CHECK-NEXT: [[T0:%.*]] = load [[WPT]]** [[SELF]]
45 // CHECK: [[SELF:%.*]] = alloca [[WPT:%.*]]*,
47 // CHECK-NEXT: store [[WPT]]* {{%.*}}, [[WPT]]** [[SELF]]
49 // CHECK-NEXT: [[T0:%.*]] = load [[WPT]]** [[SELF]]
D2010-02-09-DbgSelf.m3 // CHECK: call void @llvm.dbg.declare(metadata !{%0** %{{[^}]+}}}, metadata [[SELF:![0-9]*]])
4 // CHECK: [[SELF]] = {{.*}} ; [ DW_TAG_arg_variable ] [self]
Darc.m404 // CHECK: [[SELF:%.*]] = alloca [[TEST16:%.*]]*, align
407 // CHECK-NEXT: store [[TEST16]]* {{%.*}}, [[TEST16]]** [[SELF]], align
409 // CHECK-NEXT: [[BASE:%.*]] = load [[TEST16]]** [[SELF]]
426 // CHECK: [[SELF:%.*]] = alloca [[TEST16:%.*]]*, align
428 // CHECK-NEXT: store [[TEST16]]* {{%.*}}, [[TEST16]]** [[SELF]], align
430 // CHECK-NEXT: [[BASE:%.*]] = load [[TEST16]]** [[SELF]]
596 // CHECK: [[SELF:%.*]] = load [[TEST26:%.*]]**
598 // CHECK-NEXT: [[T0:%.*]] = bitcast [[TEST26]]* [[SELF]] to i8*
618 // CHECK: [[SELF:%.*]] = alloca [[TEST27:%.*]]*,
621 // CHECK-NEXT: store [[TEST27]]* {{%.*}}, [[TEST27]]** [[SELF]]
[all …]
Ddebug-info-blocks.m10 … i8*, i32, i32, i8*, %struct.__block_descriptor*, %0* }>** %[[ALLOCA]]}, metadata ![[SELF:[0-9]+]])
64 // CHECK-DAG: ![[SELF]] = {{.*}} [ DW_TAG_auto_variable ] [self] [line [[@LINE+4]]]
Ddebug-info-block-captured-self.m62 …data !{<{ i8*, i32, i32, i8*, %struct.__block_descriptor*, %0* }>** {{.*}}}, metadata ![[SELF:.*]])
69 // CHECK: ![[SELF]] = {{.*}}![[PMAIN]]{{.*}}[ DW_TAG_auto_variable ] [self] [line 40]
Dns_consume_null_check.m53 // CHECK-NEXT: [[SELF:%.*]] = bitcast [[MYOBJECT]]* [[T0]] to i8*
55 // CHECK-NEXT: [[T0:%.*]] = icmp eq i8* [[SELF]], null
Darc-blocks.m282 // CHECK: [[SELF:%.*]] = alloca [[TEST8:%.*]]*,
289 // CHECK-NEXT: [[T1:%.*]] = load [[TEST8]]** [[SELF]],
572 // CHECK-NEXT: [[SELF:%.*]] = alloca i8*,
576 // CHECK-NEXT: store i8* [[T0]], i8** [[SELF]], align
583 // CHECK-NEXT: [[T1:%.*]] = load i8** [[SELF]], align
601 // CHECK-NEXT: [[T1:%.*]] = load i8** [[SELF]], align
/external/e2fsprogs/contrib/
Ddconf11 SELF=`basename $0`
12 AWKFILE=/tmp/${SELF}.awk
13 TEMPFILE=/tmp/${SELF}.tmp
/external/oprofile/events/ia64/itanium2/
Dunit_masks158 0x2 SELF
167 0x2 SELF
179 0xe ALL SELF
185 0x2 BIL SELF
188 0x6 BRL SELF
191 0xa BRIL SELF
194 0xe ALL SELF
199 0x2 SELF
205 0x6 EQ_128BYTE SELF
207 0xa CCASTOUT SELF
[all …]
/external/apache-xml/src/main/java/org/apache/xpath/objects/
DXObjectFactory.java109 DTMAxisIterator iter = dtm.getAxisIterator(Axis.SELF); in create()
111 DTMIterator iterator = new OneStepIterator(iter, Axis.SELF); in create()
125 DTMIterator iterator = new OneStepIterator(iter, Axis.SELF); in create()
/external/clang/test/CodeGenObjCXX/
Dlvalue-reference-getter.mm24 // CHECK: [[SELF:%.*]] = alloca [[T6:%.*]]*, align
25 // CHECK: [[T0:%.*]] = load {{.*}}* [[SELF]], align
Dproperty-reference.mm44 // CHECK: [[SELF:%.*]] = alloca [[TEST1:%.*]]*, align 8
45 // CHECK: [[T0:%.*]] = load [[TEST1]]** [[SELF]]
/external/clang/test/Rewriter/
Drewrite-nested-blocks.mm35 struct S *SELF;
38 SELF->y = 42;
/external/chromium_org/ui/webui/resources/js/cr/
Dlink_controller.js24 SELF: 3, property
93 kind = e.shiftKey ? LinkKind.WINDOW : LinkKind.SELF;
/external/apache-xml/src/main/java/org/apache/xml/dtm/
DAxis.java117 public static final int SELF = 13; field in Axis
/external/apache-xml/src/main/java/org/apache/xpath/axes/
DWalkingIteratorSorted.java109 || (axis == Axis.SELF) in canBeWalkedInNaturalDocOrderStatic()
DWalkerFactory.java336 return Axis.SELF; in getAxisFromStep()
382 case Axis.SELF : in getAnalysisBitFromAxes()
857 int axis = Axis.SELF; in loadSteps()
858 int paxis = Axis.SELF; in loadSteps()
1054 axis = Axis.SELF; in createDefaultStepPattern()
1055 predicateAxis = Axis.SELF; in createDefaultStepPattern()
1247 ai = new AxesWalker(lpi, Axis.SELF); in createDefaultWalker()
/external/droiddriver/src/com/google/android/droiddriver/scroll/
DDynamicSentinelStrategy.java164 public static final ResourceIdUpdated SELF = new ResourceIdUpdated(By.any()); field in DynamicSentinelStrategy.ResourceIdUpdated
/external/openssl/crypto/aes/asm/
Daes-armv4.pl1208 open SELF,$0;
1209 while(<SELF>) {
1214 close SELF;
Dbsaes-armv7.pl2457 open SELF,$0;
2458 while(<SELF>) {
2463 close SELF;
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DDTMDefaultBaseIterators.java120 case Axis.SELF : in getTypedAxisIterator()
187 case Axis.SELF : in getAxisIterator()
DDTMDefaultBaseTraversers.java160 case Axis.SELF : in getAxisTraverser()
/external/apache-xml/src/main/java/org/apache/xpath/
DXPathContext.java298 DTMIterator iter = new org.apache.xpath.axes.OneStepIteratorForward(Axis.SELF); in createDTMIterator()

12