HomeSort by relevance Sort by last modified time
    Searched defs:BUILTIN (Results 1 - 15 of 15) 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 775 static const Builtin::Info BuiltinInfo[];
887 ArrayRef<Builtin::Info> getTargetBuiltins() const override {
889 clang::PPC::LastTSBuiltin-Builtin::FirstTSBuiltin);
    [all...]
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/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/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 MS_LANG = 0x10, // builtin requires MS mode.
39 ALL_LANGUAGES = C_LANG | CXX_LANG | OBJC_LANG, // builtin for all languages.
40 ALL_GNU_LANGUAGES = ALL_LANGUAGES | GNU_LANG, // builtin requires GNU mode.
41 ALL_MS_LANGUAGES = ALL_LANGUAGES | MS_LANG // builtin requires MS mode
    [all...]
TargetBuiltins.h 1 //===--- TargetBuiltins.h - Target specific builtin IDs ---------*- C++ -*-===//
27 LastTIBuiltin = clang::Builtin::FirstTSBuiltin - 1,
28 #define BUILTIN(ID, TYPE, ATTRS) BI##ID,
37 LastTIBuiltin = clang::Builtin::FirstTSBuiltin-1,
39 #define BUILTIN(ID, TYPE, ATTRS) BI##ID,
48 LastTIBuiltin = clang::Builtin::FirstTSBuiltin - 1,
50 #define BUILTIN(ID, TYPE, ATTRS) BI##ID,
59 LastTIBuiltin = clang::Builtin::FirstTSBuiltin-1,
60 #define BUILTIN(ID, TYPE, ATTRS) BI##ID,
69 LastTIBuiltin = clang::Builtin::FirstTSBuiltin-1
    [all...]
  /external/clang/lib/AST/
StmtPrinter.cpp     [all...]
  /external/clang/include/clang/AST/
Expr.h     [all...]
  /external/v8/src/
builtins.cc 84 // A builtin function is defined by writing:
86 // BUILTIN(name) {
90 // In the body of the builtin function the arguments can be accessed
94 #define BUILTIN(name) \
302 BUILTIN(Illegal) {
308 BUILTIN(EmptyFunction) { return isolate->heap()->undefined_value(); }
417 BUILTIN(ArrayPush) { return DoArrayPush(isolate, args); }
420 // tailcall to the builtin directly.
430 BUILTIN(ArrayPop) {
461 BUILTIN(ArrayShift)
    [all...]
  /external/clang/lib/Sema/
SemaChecking.cpp 181 Expr *Builtin = BuiltinCall->getCallee()->IgnoreImpCasts();
227 Builtin =
228 S.ImpCastExprToType(Builtin, BuiltinPtrTy, CK_BuiltinFnToFnPtr).get();
233 BuiltinCall->setCallee(Builtin);
242 // Scopes aren't available during instantiation. Fortunately, builtin
285 case Builtin::BI__builtin___CFStringMakeConstantString:
287 "Wrong # arguments to builtin CFStringMakeConstantString");
291 case Builtin::BI__builtin_stdarg_start:
292 case Builtin::BI__builtin_va_start:
296 case Builtin::BI__va_start:
    [all...]
  /prebuilts/tools/common/m2/repository/org/glassfish/jaxb/txw2/2.2.11/
txw2-2.2.11.jar 
  /prebuilts/tools/common/m2/repository/org/glassfish/jaxb/jaxb-xjc/2.2.11/
jaxb-xjc-2.2.11.jar 

Completed in 718 milliseconds