HomeSort by relevance Sort by last modified time
    Searched defs:Builtin (Results 1 - 5 of 5) 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/include/clang/Basic/
Builtins.h 1 //===--- Builtins.h - Builtin function header -------------------*- C++ -*-===//
10 // This file defines enum values for all the target-independent builtin
33 C_LANG = 0x1, // builtin for c only.
34 CXX_LANG = 0x2, // builtin for cplusplus only.
35 OBJC_LANG = 0x4, // builtin for objective-c and objective-c++
36 ALL_LANGUAGES = (C_LANG|CXX_LANG|OBJC_LANG) //builtin is for all languages.
39 namespace Builtin {
41 NotBuiltin = 0, // This is not a builtin function.
42 #define BUILTIN(ID, TYPE, ATTRS) BI##ID,
59 /// Builtin::Context - This holds information about target-independent an
    [all...]
TargetInfo.h 42 namespace Builtin { struct Info; }
341 virtual void getTargetBuiltins(const Builtin::Info *&Records,
  /external/clang/include/clang/AST/
ASTContext.h 79 namespace Builtin { class Context; }
196 /// a builtin that takes a valist is encountered.
361 Builtin::Context &BuiltinInfo;
484 // Builtin Types.
508 Builtin::Context &builtins,
    [all...]
  /external/clang/lib/Sema/
TreeTransform.h     [all...]

Completed in 847 milliseconds