Home
last modified time | relevance | path

Searched refs:Like (Results 1 – 25 of 141) sorted by relevance

123456

/external/clang/lib/Basic/
DBuiltins.cpp108 const char *Like = ::strpbrk(GetRecord(ID).Attributes, Fmt); in isLike() local
109 if (!Like) in isLike()
112 HasVAListArg = (*Like == Fmt[1]); in isLike()
114 ++Like; in isLike()
115 assert(*Like == ':' && "Format specifier must be followed by a ':'"); in isLike()
116 ++Like; in isLike()
118 assert(::strchr(Like, ':') && "Format specifier must end with a ':'"); in isLike()
119 FormatIdx = ::strtol(Like, nullptr, 10); in isLike()
/external/llvm/test/CodeGen/SystemZ/
Dla-03.ll55 ; Like f1, but for functions.
63 ; Like f2, but for functions.
71 ; Like f3, but for functions.
79 ; Like f4, but for functions.
Dinsert-02.ll19 ; Like f1, but with the operands reversed.
46 ; Like f3, but with the operands reversed.
72 ; Like f5, but with the operands reversed.
97 ; Like f7, but with the operands reversed.
Dinsert-01.ll19 ; Like f1, but with the operands reversed.
46 ; Like f3, but with the operands reversed.
72 ; Like f5, but with the operands reversed.
97 ; Like f7, but with the operands reversed.
Dinsert-06.ll29 ; Like f1, but with "in register" zero extension.
135 ; Like f9, but with "in register" zero extension.
157 ; Like f9, but for larger shifts than 32.
Daddr-01.ll79 ; Like f6, but without the masking. This OR doesn't count as a displacement.
92 ; Like f6, but with the OR applied after the index. We don't know anything
Dframe-04.ll1 ; Like frame-02.ll, but with long doubles rather than floats. Some of the
68 ; Like f1, but requires one fewer FPR pair. We allocate in numerical order,
121 ; Like f1, but requires only one call-saved FPR pair. We allocate in
Daddr-02.ll86 ; Like f6, but without the masking. This OR doesn't count as a displacement.
100 ; Like f6, but with the OR applied after the index. We don't know anything
Dframe-06.ll1 ; Like frame-05.ll, but with i64s rather than i32s. Internally this
78 ; Like f1, but requires one fewer GPR. We allocate the call-saved GPRs
143 ; Like f1, but only needs one call-saved GPR, which ought to be %r14.
Dfp-conv-01.ll49 ; Like f3, but for f128->f64.
Dframe-03.ll1 ; Like frame-02.ll, but with doubles rather than floats. Internally this
93 ; Like f1, but requires one fewer FPR. We allocate in numerical order,
172 ; Like f1, but should require only one call-saved FPR.
/external/libxml2/
Dacinclude.m41 dnl Like AC_TRY_EVAL but also errors out if the compiler generates
8 dnl Like AC_TRY_COMPILE but calls AC_TRY_EVAL2 instead of AC_TRY_EVAL
/external/iptables/extensions/
Dlibxt_NOTRACK.man2 It is equivalent with \-j CT \-\-notrack. Like CT, NOTRACK can only be used in
Dlibipt_ULOG.man8 Like LOG, this is a "non-terminating target", i.e. rule traversal
Dlibxt_NFLOG.man8 may subscribe to the group to receive the packets. Like LOG, this is a
/external/llvm/test/Transforms/ObjCARC/
Dcontract-storestrong.ll85 ; Like test3, but with an icmp use instead of a call, for good measure.
122 ; Like test5, but the release is before the store.
138 ; Like test0, but there's no store, so don't form an objc_storeStrong.
155 ; Like test0, but there's no retain, so don't form an objc_storeStrong.
Drv.ll237 ; Like test19 but with plain autorelease.
249 ; Like test19 but with plain retain.
261 ; Like test19 but with plain retain and autorelease.
Dinvoke.ll140 ; Like test3, but with ARC-relevant exception handling.
198 ; Like test5, but there's intervening code.
/external/llvm/lib/Target/X86/
DX86InstrFragmentsSIMD.td393 // Like 'store', but always requires 128-bit vector alignment.
399 // Like 'store', but always requires 256-bit vector alignment.
405 // Like 'store', but always requires 512-bit vector alignment.
411 // Like 'load', but always requires 128-bit vector alignment.
416 // Like 'X86vzload', but always requires 128-bit vector alignment.
421 // Like 'load', but always requires 256-bit vector alignment.
426 // Like 'load', but always requires 512-bit vector alignment.
464 // Like 'load', but uses special alignment checks suitable for use in
504 // Like 'store', but requires the non-temporal bit to be set
/external/compiler-rt/lib/msan/
Dmsan_flags.inc33 "Like malloc_context_size, but for uninit stores.")
/external/cblas/
DLICENSE6 Like all software, it is copyrighted. It is not trademarked, but we do
DNOTICE6 Like all software, it is copyrighted. It is not trademarked, but we do
/external/llvm/lib/Target/SystemZ/
DSystemZInstrFormats.td690 // Like CondStoreRSY, but used for the raw assembly form. The condition-code
702 // Like CondStoreRSY, but with a fixed CC mask.
757 // Like CondUnaryRRF, but used for the raw assembly form. The condition-code
769 // Like CondUnaryRRF, but with a fixed CC mask.
822 // Like CondUnaryRSY, but used for the raw assembly form. The condition-code
836 // Like CondUnaryRSY, but with a fixed CC mask.
1367 // Like UnaryRI, but expanded after RA depending on the choice of register.
1373 // Like UnaryRXY, but expanded after RA depending on the choice of register.
1387 // Like UnaryRR, but expanded after RA depending on the choice of registers.
1396 // Like BinaryRI, but expanded after RA depending on the choice of register.
[all …]
/external/bison/m4/
Dmultiarch.m412 # compiler but only a single '-arch' option to the preprocessor. Like
/external/e2fsprogs/
DSUBMITTING-PATCHES2 Like the Linux kernel, submitted e2fsprogs patches now require the

123456