HomeSort by relevance Sort by last modified time
    Searched defs:BUILTIN (Results 1 - 17 of 17) sorted by null

  /development/tools/apkcheck/src/com/android/apkcheck/
Builtin.java 29 public class Builtin {
30 private Builtin() {}
32 private static final String BUILTIN =
108 return new StringReader(BUILTIN);
  /external/clang/lib/Basic/
Targets.cpp 629 static const Builtin::Info BuiltinInfo[];
717 virtual void getTargetBuiltins(const Builtin::Info *&Records,
720 NumRecords = clang::PPC::LastTSBuiltin-Builtin::FirstTSBuiltin;
848 const Builtin::Info PPCTargetInfo::BuiltinInfo[] = {
849 #define BUILTIN(ID, TYPE, ATTRS) { #ID, TYPE, ATTRS, 0, ALL_LANGUAGES },
    [all...]
Builtins.cpp 1 //===--- Builtins.cpp - Builtin function implementation -------------------===//
10 // This file implements various things for builtin functions.
22 static const Builtin::Info BuiltinInfo[] = {
23 { "not a builtin function", 0, 0, 0, ALL_LANGUAGES },
24 #define BUILTIN(ID, TYPE, ATTRS) { #ID, TYPE, ATTRS, 0, ALL_LANGUAGES },
30 const Builtin::Info &Builtin::Context::GetRecord(unsigned ID) const {
31 if (ID < Builtin::FirstTSBuiltin)
33 assert(ID - Builtin::FirstTSBuiltin < NumTSRecords && "Invalid builtin ID!")
    [all...]
  /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)
278 #define __memmove_chk BUILTIN(__memmove_chk)
285 #define memmove BUILTIN(memmove)
324 #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/clang/test/Sema/
warn-strncat-size.c 10 # define BUILTIN(f) __builtin_ ## f
12 # define BUILTIN(f) f
15 #define strncat BUILTIN(strncat)
  /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 ALL_LANGUAGES = C_LANG | CXX_LANG | OBJC_LANG, // builtin for all languages.
39 ALL_GNU_LANGUAGES = ALL_LANGUAGES | GNU_LANG // builtin requires GNU mode.
42 namespace Builtin {
44 NotBuiltin = 0, // This is not a builtin function
    [all...]
TargetBuiltins.h 1 //===--- TargetBuiltins.h - Target specific builtin IDs -------------------===//
27 LastTIBuiltin = clang::Builtin::FirstTSBuiltin-1,
28 #define BUILTIN(ID, TYPE, ATTRS) BI##ID,
36 LastTIBuiltin = clang::Builtin::FirstTSBuiltin-1,
37 #define BUILTIN(ID, TYPE, ATTRS) BI##ID,
46 LastTIBuiltin = clang::Builtin::FirstTSBuiltin-1,
47 #define BUILTIN(ID, TYPE, ATTRS) BI##ID,
56 LastTIBuiltin = clang::Builtin::FirstTSBuiltin-1,
57 #define BUILTIN(ID, TYPE, ATTRS) BI##ID,
67 LastTIBuiltin = clang::Builtin::FirstTSBuiltin-1
    [all...]
  /external/chromium_org/v8/src/
serialize.h 40 BUILTIN,
builtins.cc 118 // A builtin function is defined by writing:
120 // BUILTIN(name) {
124 // In the body of the builtin function the arguments can be accessed
129 #define BUILTIN(name) \
144 #define BUILTIN(name) \
188 BUILTIN(Illegal) {
194 BUILTIN(EmptyFunction) {
256 BUILTIN(InternalArrayCodeGeneric) {
264 BUILTIN(ArrayCodeGeneric) {
461 BUILTIN(ArrayPush)
    [all...]
  /external/v8/src/
serialize.h 40 BUILTIN,
builtins.cc 116 // A builtin function is defined by writing:
118 // BUILTIN(name) {
122 // In the body of the builtin function the arguments can be accessed
127 #define BUILTIN(name) \
141 #define BUILTIN(name) \
177 BUILTIN(Illegal) {
183 BUILTIN(EmptyFunction) {
298 BUILTIN(InternalArrayCodeGeneric) {
306 BUILTIN(ArrayCodeGeneric) {
485 BUILTIN(ArrayPush)
    [all...]
objects.h     [all...]
  /external/clang/lib/AST/
StmtPrinter.cpp 789 // Emit suffixes. Integer literals are always a builtin integer type.
819 // Emit suffixes. Float literals are always a builtin float type.
1166 #define BUILTIN(ID, TYPE, ATTRS)
    [all...]
  /external/clang/include/clang/AST/
Expr.h     [all...]
  /external/clang/lib/Sema/
SemaChecking.cpp 137 case Builtin::BI__builtin___CFStringMakeConstantString:
139 "Wrong # arguments to builtin CFStringMakeConstantString");
143 case Builtin::BI__builtin_stdarg_start:
144 case Builtin::BI__builtin_va_start:
148 case Builtin::BI__builtin_isgreater:
149 case Builtin::BI__builtin_isgreaterequal:
150 case Builtin::BI__builtin_isless:
151 case Builtin::BI__builtin_islessequal:
152 case Builtin::BI__builtin_islessgreater:
153 case Builtin::BI__builtin_isunordered
    [all...]

Completed in 706 milliseconds