/external/clang/www/ |
D | builtins.py | 147 def report_repl(builtin, repl): argument 148 …iltin %s used, replaced with %s\n" % (fileinput.filename(), fileinput.filelineno(), builtin, repl)) 150 def report_cant(builtin): argument 151 …uiltin %s used, too many replacements\n" % (fileinput.filename(), fileinput.filelineno(), builtin)) 154 for builtin, repl in repl_map.iteritems(): 155 if builtin in line: 156 line = line.replace(builtin, repl) 157 report_repl(builtin, repl)
|
/external/llvm/test/Assembler/ |
D | attribute-builtin.ll | 2 ; Make sure that llvm-as/llvm-dis properly assembly/disassembly the 'builtin' 16 ; CHECK-ASSEMBLES: attributes [[BUILTIN]] = { builtin } 24 ; Make sure that we do not accept the 'builtin' attribute on function 31 ; CHECK-BAD: Attribute 'builtin' can only be applied to a callsite. 33 ; CHECK-BAD: Attribute 'builtin' can only be applied to a callsite. 49 attributes #0 = { builtin }
|
/external/llvm/test/Transforms/ConstProp/ |
D | calls.ll | 73 ; Shouldn't fold because of -fno-builtin 81 ; Shouldn't fold because of -fno-builtin 89 ; Shouldn't fold because of -fno-builtin 98 ; Shouldn't fold because of -fno-builtin 107 ; Shouldn't fold because of -fno-builtin 115 ; Shouldn't fold because of -fno-builtin 124 ; Shouldn't fold because of -fno-builtin 133 ; Shouldn't fold because of -fno-builtin 142 ; Shouldn't fold because of -fno-builtin
|
/external/mesa3d/src/gbm/main/ |
D | backend.c | 43 const struct gbm_backend *builtin; member 65 if (backend->builtin) { in load_backend() 66 init = backend->builtin; in load_backend()
|
/external/chromium_org/third_party/mesa/src/src/gbm/main/ |
D | backend.c | 43 const struct gbm_backend *builtin; member 65 if (backend->builtin) { in load_backend() 66 init = backend->builtin; in load_backend()
|
/external/chromium_org/v8/test/message/ |
D | isvar.out | 1 *%(basename)s:31: SyntaxError: builtin %%IS_VAR: not a variable 4 SyntaxError: builtin %%IS_VAR: not a variable
|
/external/clang/test/Modules/ |
D | builtins.m | 1 @import builtin; 7 @import builtin.sub;
|
/external/skia/experimental/webtry/res/js/cm/ |
D | clike.js | 16 builtin = parserConfig.builtin || {}, 63 if (builtin.propertyIsEnumerable(cur)) { 260 add(mode.builtin); 325 builtin: words("Boolean Byte Char DateTime DateTimeOffset Decimal Double" + property 390 builtin: words("radians degrees sin cos tan asin acos atan " + property
|
/external/chromium_org/third_party/skia/experimental/webtry/res/js/cm/ |
D | clike.js | 16 builtin = parserConfig.builtin || {}, 63 if (builtin.propertyIsEnumerable(cur)) { 260 add(mode.builtin); 325 builtin: words("Boolean Byte Char DateTime DateTimeOffset Decimal Double" + property 390 builtin: words("radians degrees sin cos tan asin acos atan " + property
|
/external/chromium_org/v8/test/mjsunit/regress/ |
D | regress-1790.js | 32 function CheckSequence(builtin, callback) { argument 47 builtin.apply(array, [callback_wrapper, 'argument']);
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/cm/ |
D | clike.js | 19 builtin = parserConfig.builtin || {}, 66 if (builtin.propertyIsEnumerable(cur)) { 263 add(mode.builtin); 328 builtin: words("Boolean Byte Char DateTime DateTimeOffset Decimal Double" + property 393 builtin: words("radians degrees sin cos tan asin acos atan " + property
|
/external/chromium_org/v8/test/mjsunit/tools/ |
D | profviz-test.log | 80 code-creation,Builtin,3,0x2b811c80,174,"A builtin from the snapshot" 108 code-creation,Builtin,3,0x2b8155a0,83,"A builtin from the snapshot" 183 code-creation,Builtin,3,0x2b81ab80,107,"A builtin from the snapshot" 184 code-creation,Builtin,3,0x2b81ac00,105,"A builtin from the snapshot" 185 code-creation,Builtin,3,0x2b81ac80,77,"A builtin from the snapshot" 186 code-creation,Builtin,3,0x2b81ace0,432,"A builtin from the snapshot" 187 code-creation,Builtin,3,0x2b81afc0,101,"A builtin from the snapshot" 191 code-creation,Builtin,3,0x2b8262e0,77,"A builtin from the snapshot" 192 code-creation,Builtin,3,0x2b826340,77,"A builtin from the snapshot" 193 code-creation,Builtin,3,0x2b8263a0,77,"A builtin from the snapshot" [all …]
|
/external/genext2fs/ |
D | configure.in | 7 builtin(include, [m4/ac_func_snprintf.m4])dnl 8 builtin(include, [m4/ac_func_scanf_can_malloc.m4])dnl
|
/external/chromium_org/third_party/mesa/ |
D | README.txt | 9 3. Compile the compiler (executable) that can create the builtin functions' 11 generated the actual builtin functions' source file yet.
|
/external/chromium_org/third_party/webrtc/ |
D | BUILD.gn | 169 "-fno-builtin-cos", 170 "-fno-builtin-sin", 171 "-fno-builtin-cosf", 172 "-fno-builtin-sinf",
|
/external/clang/docs/ |
D | FAQ.rst | 58 Clang --- these are called builtin includes. Clang searches for them in a 60 ``clang`` binary, you need to move the builtin headers, too.
|
/external/clang/test/SemaObjC/ |
D | id_builtin.m | 4 // id is now builtin. There should be no errors.
|
/external/valgrind/main/ |
D | README.s390 | 39 Applications should be compiled with -fno-builtin to avoid 40 false positives due to builtin string operations when running memcheck.
|
D | Makefile.all.am | 97 # -fno-builtin is important for defeating LLVM's idiom recognition 109 -fno-builtin 118 -fno-builtin 121 -fno-builtin
|
/external/iptables/include/libiptc/ |
D | xtcshared.h | 11 int (*builtin)(const char *, struct xtc_handle *const); member
|
/external/llvm/test/CodeGen/SystemZ/ |
D | frame-10.ll | 1 ; Test the stacksave builtin.
|
/external/chromium_org/v8/src/ic/ |
D | stub-cache.cc | 58 if (old_code != isolate_->builtins()->builtin(Builtins::kIllegal)) { in Set() 94 Code* empty = isolate_->builtins()->builtin(Builtins::kIllegal); in Clear()
|
/external/clang/include/clang/Basic/ |
D | BuiltinsNEON.def | 10 // This file defines the NEON-specific builtin function database. Users of
|
D | BuiltinsR600.def | 10 // This file defines the R600-specific builtin function database. Users of this
|
D | BuiltinsXCore.def | 10 // This file defines the XCore-specific builtin function database. Users of
|