/external/clang/lib/Basic/ |
D | Builtins.cpp | 108 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/ |
D | la-03.ll | 55 ; Like f1, but for functions. 63 ; Like f2, but for functions. 71 ; Like f3, but for functions. 79 ; Like f4, but for functions.
|
D | insert-02.ll | 19 ; 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.
|
D | insert-01.ll | 19 ; 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.
|
D | insert-06.ll | 29 ; 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.
|
D | addr-01.ll | 79 ; 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
|
D | frame-04.ll | 1 ; 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
|
D | addr-02.ll | 86 ; 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
|
D | frame-06.ll | 1 ; 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.
|
D | fp-conv-01.ll | 49 ; Like f3, but for f128->f64.
|
D | frame-03.ll | 1 ; 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/ |
D | acinclude.m4 | 1 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/ |
D | libxt_NOTRACK.man | 2 It is equivalent with \-j CT \-\-notrack. Like CT, NOTRACK can only be used in
|
D | libipt_ULOG.man | 8 Like LOG, this is a "non-terminating target", i.e. rule traversal
|
D | libxt_NFLOG.man | 8 may subscribe to the group to receive the packets. Like LOG, this is a
|
/external/llvm/test/Transforms/ObjCARC/ |
D | contract-storestrong.ll | 85 ; 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.
|
D | rv.ll | 237 ; Like test19 but with plain autorelease. 249 ; Like test19 but with plain retain. 261 ; Like test19 but with plain retain and autorelease.
|
D | invoke.ll | 140 ; Like test3, but with ARC-relevant exception handling. 198 ; Like test5, but there's intervening code.
|
/external/llvm/lib/Target/X86/ |
D | X86InstrFragmentsSIMD.td | 393 // 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/ |
D | msan_flags.inc | 33 "Like malloc_context_size, but for uninit stores.")
|
/external/cblas/ |
D | LICENSE | 6 Like all software, it is copyrighted. It is not trademarked, but we do
|
D | NOTICE | 6 Like all software, it is copyrighted. It is not trademarked, but we do
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZInstrFormats.td | 690 // 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/ |
D | multiarch.m4 | 12 # compiler but only a single '-arch' option to the preprocessor. Like
|
/external/e2fsprogs/ |
D | SUBMITTING-PATCHES | 2 Like the Linux kernel, submitted e2fsprogs patches now require the
|