Home
last modified time | relevance | path

Searched refs:builtin (Results 1 – 25 of 249) sorted by relevance

12345678910

/external/clang/www/
Dbuiltins.py147 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/
Dattribute-builtin.ll2 ; 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/
Dcalls.ll73 ; 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/
Dbackend.c43 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/
Dbackend.c43 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/
Disvar.out1 *%(basename)s:31: SyntaxError: builtin %%IS_VAR: not a variable
4 SyntaxError: builtin %%IS_VAR: not a variable
/external/clang/test/Modules/
Dbuiltins.m1 @import builtin;
7 @import builtin.sub;
/external/skia/experimental/webtry/res/js/cm/
Dclike.js16 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/
Dclike.js16 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/
Dregress-1790.js32 function CheckSequence(builtin, callback) { argument
47 builtin.apply(array, [callback_wrapper, 'argument']);
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/cm/
Dclike.js19 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/
Dprofviz-test.log80 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/
Dconfigure.in7 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/
DREADME.txt9 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/
DBUILD.gn169 "-fno-builtin-cos",
170 "-fno-builtin-sin",
171 "-fno-builtin-cosf",
172 "-fno-builtin-sinf",
/external/clang/docs/
DFAQ.rst58 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/
Did_builtin.m4 // id is now builtin. There should be no errors.
/external/valgrind/main/
DREADME.s39039 Applications should be compiled with -fno-builtin to avoid
40 false positives due to builtin string operations when running memcheck.
DMakefile.all.am97 # -fno-builtin is important for defeating LLVM's idiom recognition
109 -fno-builtin
118 -fno-builtin
121 -fno-builtin
/external/iptables/include/libiptc/
Dxtcshared.h11 int (*builtin)(const char *, struct xtc_handle *const); member
/external/llvm/test/CodeGen/SystemZ/
Dframe-10.ll1 ; Test the stacksave builtin.
/external/chromium_org/v8/src/ic/
Dstub-cache.cc58 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/
DBuiltinsNEON.def10 // This file defines the NEON-specific builtin function database. Users of
DBuiltinsR600.def10 // This file defines the R600-specific builtin function database. Users of this
DBuiltinsXCore.def10 // This file defines the XCore-specific builtin function database. Users of

12345678910