HomeSort by relevance Sort by last modified time
    Searched refs:BUILTIN (Results 26 - 50 of 100) sorted by null

12 3 4

  /external/clang/test/Analysis/
string-fail.c 21 // BUILTIN(f), which will prepend "__builtin_" if USE_BUILTINS is defined.
27 # define BUILTIN(f) __builtin_ ## f
29 # define BUILTIN(f) f
41 #define strnlen BUILTIN(strnlen)
bstring.c 16 // BUILTIN(f), which will prepend "__builtin_" if USE_BUILTINS is defined.
22 # define BUILTIN(f) __builtin_ ## f
24 # define BUILTIN(f) f
37 #define __memcpy_chk BUILTIN(__memcpy_chk)
45 #define memcpy BUILTIN(memcpy)
157 #define __mempcpy_chk BUILTIN(__mempcpy_chk)
165 #define mempcpy BUILTIN(mempcpy)
317 #define __memmove_chk BUILTIN(__memmove_chk)
324 #define memmove BUILTIN(memmove)
363 #define bcmp BUILTIN(bcmp
    [all...]
string.c 16 // BUILTIN(f), which will prepend "__builtin_" if USE_BUILTINS is defined.
22 # define BUILTIN(f) __builtin_ ## f
24 # define BUILTIN(f) f
38 #define strlen BUILTIN(strlen)
253 #define __strcpy_chk BUILTIN(__strcpy_chk)
260 #define strcpy BUILTIN(strcpy)
312 #define __stpcpy_chk BUILTIN(__stpcpy_chk)
319 #define stpcpy BUILTIN(stpcpy)
351 #define __strcat_chk BUILTIN(__strcat_chk)
358 #define strcat BUILTIN(strcat
    [all...]
  /external/v8/src/builtins/
builtins-symbol.cc 18 BUILTIN(SymbolConstructor) {
31 BUILTIN(SymbolConstructor_ConstructStub) {
39 BUILTIN(SymbolFor) {
49 BUILTIN(SymbolKeyFor) {
builtins-reflect.cc 21 BUILTIN(ReflectDefineProperty) {
52 BUILTIN(ReflectDeleteProperty) {
76 BUILTIN(ReflectGet) {
99 BUILTIN(ReflectGetOwnPropertyDescriptor) {
125 BUILTIN(ReflectGetPrototypeOf) {
142 BUILTIN(ReflectHas) {
166 BUILTIN(ReflectIsExtensible) {
185 BUILTIN(ReflectOwnKeys) {
207 BUILTIN(ReflectPreventExtensions) {
226 BUILTIN(ReflectSet)
    [all...]
builtins-global.cc 18 BUILTIN(GlobalDecodeURI) {
29 BUILTIN(GlobalDecodeURIComponent) {
41 BUILTIN(GlobalEncodeURI) {
51 BUILTIN(GlobalEncodeURIComponent) {
63 BUILTIN(GlobalEscape) {
74 BUILTIN(GlobalUnescape) {
85 BUILTIN(GlobalEval) {
builtins-boolean.cc 18 BUILTIN(BooleanConstructor) {
25 BUILTIN(BooleanConstructor_ConstructStub) {
builtins-dataview.cc 20 BUILTIN(DataViewConstructor) {
29 BUILTIN(DataViewConstructor_ConstructStub) {
111 BUILTIN(DataViewPrototypeGetBuffer) {
118 BUILTIN(DataViewPrototypeGetByteLength) {
127 BUILTIN(DataViewPrototypeGetByteOffset) {
293 BUILTIN(DataViewPrototypeGet##Type) { \
316 BUILTIN(DataViewPrototypeSet##Type) { \
builtins-object.cc 87 BUILTIN(ObjectAssign) {
110 BUILTIN(ObjectPrototypePropertyIsEnumerable) {
398 BUILTIN(ObjectDefineProperties) {
409 BUILTIN(ObjectDefineProperty) {
532 BUILTIN(ObjectDefineGetter) {
542 BUILTIN(ObjectDefineSetter) {
552 BUILTIN(ObjectLookupGetter) {
561 BUILTIN(ObjectLookupSetter) {
569 BUILTIN(ObjectFreeze) {
581 BUILTIN(ObjectGetPrototypeOf)
    [all...]
builtins-date.cc 197 BUILTIN(DateConstructor) {
207 BUILTIN(DateConstructor_ConstructStub) {
288 BUILTIN(DateNow) {
294 BUILTIN(DateParse) {
304 BUILTIN(DateUTC) {
362 BUILTIN(DatePrototypeSetDate) {
381 BUILTIN(DatePrototypeSetFullYear) {
414 BUILTIN(DatePrototypeSetHours) {
451 BUILTIN(DatePrototypeSetMilliseconds) {
471 BUILTIN(DatePrototypeSetMinutes)
    [all...]
builtins-internal.cc 16 BUILTIN(Illegal) {
21 BUILTIN(EmptyFunction) { return isolate->heap()->undefined_value(); }
23 BUILTIN(UnsupportedThrower) {
33 BUILTIN(RestrictedFunctionPropertiesThrower) {
39 BUILTIN(RestrictedStrictArgumentsPropertiesThrower) {
builtins-api.cc 128 BUILTIN(HandleApiCall) {
285 BUILTIN(HandleApiCallAsFunction) {
291 BUILTIN(HandleApiCallAsConstructor) {
builtins-typedarray.cc 30 BUILTIN(TypedArrayPrototypeBuffer) {
171 BUILTIN(TypedArrayPrototypeCopyWithin) {
builtins-function.cc 124 // have a Function builtin subclassing case and therefore the
151 BUILTIN(FunctionConstructor) {
160 BUILTIN(GeneratorFunctionConstructor) {
166 BUILTIN(AsyncFunctionConstructor) {
273 BUILTIN(FunctionPrototypeBind) { return DoFunctionBind(isolate, args); }
454 // can tailcall to the builtin directly.
465 BUILTIN(FunctionPrototypeToString) {
builtins-utils.h 73 // A builtin function is defined by writing:
75 // BUILTIN(name) {
79 // In the body of the builtin function the arguments can be accessed
83 #define BUILTIN(name) \
113 // A builtin function is defined by writing:
119 // In the body of the builtin function the arguments can be accessed
  /external/skia/src/sksl/
SkSLLayoutLexer.h 30 #undef BUILTIN
31 BUILTIN,
  /external/skqp/src/sksl/
SkSLLayoutLexer.h 30 #undef BUILTIN
31 BUILTIN,
  /external/clang/include/clang/Basic/
Builtins.h 1 //===--- Builtins.h - Builtin function header -------------------*- C++ -*-===//
11 /// \brief Defines enum values for all the target-independent builtin
34 GNU_LANG = 0x1, // builtin requires GNU mode.
35 C_LANG = 0x2, // builtin for c only.
36 CXX_LANG = 0x4, // builtin for cplusplus only.
37 OBJC_LANG = 0x8, // builtin for objective-c and objective-c++
38 MS_LANG = 0x10, // builtin requires MS mode.
39 OCLC20_LANG = 0x20, // builtin for OpenCL C only.
40 ALL_LANGUAGES = C_LANG | CXX_LANG | OBJC_LANG, // builtin for all languages.
41 ALL_GNU_LANGUAGES = ALL_LANGUAGES | GNU_LANG, // builtin requires GNU mode
    [all...]
  /external/clang/lib/Basic/
Builtins.cpp 1 //===--- Builtins.cpp - Builtin function implementation -------------------===//
10 // This file implements various things for builtin functions.
21 static const Builtin::Info BuiltinInfo[] = {
22 { "not a builtin function", nullptr, nullptr, nullptr, ALL_LANGUAGES,nullptr},
23 #define BUILTIN(ID, TYPE, ATTRS) \
32 const Builtin::Info &Builtin::Context::getRecord(unsigned ID) const {
33 if (ID < Builtin::FirstTSBuiltin)
35 assert(((ID - Builtin::FirstTSBuiltin) <
37 "Invalid builtin ID!")
    [all...]
  /external/v8/src/ffi/
ffi-compiler.cc 111 Code::ComputeFlags(Code::BUILTIN), "js-to-native");
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/
Builtins.h 1 //===--- Builtins.h - Builtin function header -------------------*- C++ -*-===//
11 /// \brief Defines enum values for all the target-independent builtin
34 GNU_LANG = 0x1, // builtin requires GNU mode.
35 C_LANG = 0x2, // builtin for c only.
36 CXX_LANG = 0x4, // builtin for cplusplus only.
37 OBJC_LANG = 0x8, // builtin for objective-c and objective-c++
38 MS_LANG = 0x10, // builtin requires MS mode.
39 OCLC20_LANG = 0x20, // builtin for OpenCL C only.
40 ALL_LANGUAGES = C_LANG | CXX_LANG | OBJC_LANG, // builtin for all languages.
41 ALL_GNU_LANGUAGES = ALL_LANGUAGES | GNU_LANG, // builtin requires GNU mode
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Basic/
Builtins.h 1 //===--- Builtins.h - Builtin function header -------------------*- C++ -*-===//
11 /// \brief Defines enum values for all the target-independent builtin
34 GNU_LANG = 0x1, // builtin requires GNU mode.
35 C_LANG = 0x2, // builtin for c only.
36 CXX_LANG = 0x4, // builtin for cplusplus only.
37 OBJC_LANG = 0x8, // builtin for objective-c and objective-c++
38 MS_LANG = 0x10, // builtin requires MS mode.
39 OCLC20_LANG = 0x20, // builtin for OpenCL C only.
40 ALL_LANGUAGES = C_LANG | CXX_LANG | OBJC_LANG, // builtin for all languages.
41 ALL_GNU_LANGUAGES = ALL_LANGUAGES | GNU_LANG, // builtin requires GNU mode
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Basic/
Builtins.h 1 //===--- Builtins.h - Builtin function header -------------------*- C++ -*-===//
11 /// \brief Defines enum values for all the target-independent builtin
34 GNU_LANG = 0x1, // builtin requires GNU mode.
35 C_LANG = 0x2, // builtin for c only.
36 CXX_LANG = 0x4, // builtin for cplusplus only.
37 OBJC_LANG = 0x8, // builtin for objective-c and objective-c++
38 MS_LANG = 0x10, // builtin requires MS mode.
39 OCLC20_LANG = 0x20, // builtin for OpenCL C only.
40 ALL_LANGUAGES = C_LANG | CXX_LANG | OBJC_LANG, // builtin for all languages.
41 ALL_GNU_LANGUAGES = ALL_LANGUAGES | GNU_LANG, // builtin requires GNU mode
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Basic/
Builtins.h 1 //===--- Builtins.h - Builtin function header -------------------*- C++ -*-===//
11 /// \brief Defines enum values for all the target-independent builtin
34 GNU_LANG = 0x1, // builtin requires GNU mode.
35 C_LANG = 0x2, // builtin for c only.
36 CXX_LANG = 0x4, // builtin for cplusplus only.
37 OBJC_LANG = 0x8, // builtin for objective-c and objective-c++
38 MS_LANG = 0x10, // builtin requires MS mode.
39 OCLC20_LANG = 0x20, // builtin for OpenCL C 2.0 only.
40 OCLC1X_LANG = 0x40, // builtin for OpenCL C 1.x only.
41 OMP_LANG = 0x80, // builtin requires OpenMP
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Basic/
Builtins.h 1 //===--- Builtins.h - Builtin function header -------------------*- C++ -*-===//
11 /// \brief Defines enum values for all the target-independent builtin
34 GNU_LANG = 0x1, // builtin requires GNU mode.
35 C_LANG = 0x2, // builtin for c only.
36 CXX_LANG = 0x4, // builtin for cplusplus only.
37 OBJC_LANG = 0x8, // builtin for objective-c and objective-c++
38 MS_LANG = 0x10, // builtin requires MS mode.
39 OCLC20_LANG = 0x20, // builtin for OpenCL C 2.0 only.
40 OCLC1X_LANG = 0x40, // builtin for OpenCL C 1.x only.
41 OMP_LANG = 0x80, // builtin requires OpenMP
    [all...]

Completed in 295 milliseconds

12 3 4