Home
last modified time | relevance | path

Searched defs:Type (Results 1 – 25 of 428) sorted by relevance

12345678910>>...18

/external/clang/test/Parser/
Dcxx-decl.cpp5 struct Type { struct
6 int Type; argument
50 int Type : fooenum; member
54 int Type; in test() local
DMicrosoftExtensions.cpp175 typedef int Type; typedef in If_exists_test::IF_EXISTS
197 __if_exists(IF_EXISTS::Type) { in __if_exists()
205 __if_not_exists(IF_EXISTS::Type) { in __if_not_exists()
214 __if_exists(IF_EXISTS::Type) { in __if_exists()
226 __if_not_exists(IF_EXISTS::Type) { in __if_not_exists()
/external/clang/lib/Driver/
DAction.cpp48 JobAction::JobAction(ActionClass Kind, Action *Input, types::ID Type) in JobAction()
52 JobAction::JobAction(ActionClass Kind, const ActionList &Inputs, types::ID Type) in JobAction()
76 LinkJobAction::LinkJobAction(ActionList &Inputs, types::ID Type) in LinkJobAction()
80 LipoJobAction::LipoJobAction(ActionList &Inputs, types::ID Type) in LipoJobAction()
84 DsymutilJobAction::DsymutilJobAction(ActionList &Inputs, types::ID Type) in DsymutilJobAction()
/external/clang/lib/AST/
DInheritViz.cpp44 void WriteGraph(QualType Type) { in WriteGraph()
61 void InheritanceHierarchyWriter::WriteNode(QualType Type, bool FromVirtual) { in WriteNode()
124 InheritanceHierarchyWriter::WriteNodeReference(QualType Type, in WriteNodeReference()
/external/v8/include/
Dv8-profiler.h213 enum Type { enum
248 enum Type { enum
325 enum Type { enum
/external/chromium/base/
Dcallback_old.h125 typedef CallbackRunner<Tuple0> Type; typedef
136 typedef CallbackRunner<Tuple1<Arg1> > Type; typedef
148 typedef CallbackRunner<Tuple2<Arg1, Arg2> > Type; typedef
162 typedef CallbackRunner<Tuple3<Arg1, Arg2, Arg3> > Type; typedef
176 typedef CallbackRunner<Tuple4<Arg1, Arg2, Arg3, Arg4> > Type; typedef
191 typedef CallbackRunner<Tuple5<Arg1, Arg2, Arg3, Arg4, Arg5> > Type; typedef
/external/llvm/lib/MC/
DMCELF.cpp37 void MCELF::SetType(MCSymbolData &SD, unsigned Type) { in SetType()
48 uint32_t Type = (SD.getFlags() & (0xf << ELF_STT_Shift)) >> ELF_STT_Shift; in GetType() local
/external/clang/lib/CodeGen/
DMicrosoftCXXABI.cpp32 CXXCtorType Type, in BuildConstructorSignature()
40 CXXDtorType Type, in BuildDestructorSignature()
/external/webkit/Source/WebKit2/UIProcess/
DWebPreferences.h36 #define DECLARE_PREFERENCE_GETTER_AND_SETTERS(KeyUpper, KeyLower, TypeName, Type, DefaultValue) \ argument
64 #define DECLARE_PREFERENCE_GETTER_AND_SETTERS(KeyUpper, KeyLower, TypeName, Type, DefaultValue) \ argument
/external/webkit/Source/WebKit2/Shared/
DWebPreferencesStore.cpp37 #define DEFINE_KEY_GETTERS(KeyUpper, KeyLower, TypeName, Type, DefaultValue) \ argument
116 #define DEFINE_STRING_DEFAULTS(KeyUpper, KeyLower, TypeName, Type, DefaultValue) defaults.set(WebPr… in defaultValueForKey() argument
129 #define DEFINE_BOOL_DEFAULTS(KeyUpper, KeyLower, TypeName, Type, DefaultValue) defaults.set(WebPref… in defaultValueForKey() argument
142 #define DEFINE_UINT32_DEFAULTS(KeyUpper, KeyLower, TypeName, Type, DefaultValue) defaults.set(WebPr… in defaultValueForKey() argument
155 #define DEFINE_DOUBLE_DEFAULTS(KeyUpper, KeyLower, TypeName, Type, DefaultValue) defaults.set(WebPr… in defaultValueForKey() argument
/external/llvm/lib/VMCore/
DConstantFold.h27 class Type; variable
/external/v8/src/
Darguments.h103 #define DECLARE_RUNTIME_FUNCTION(Type, Name) \ argument
107 #define RUNTIME_FUNCTION(Type, Name) \ argument
/external/chromium/base/i18n/
Dicu_string_conversions.h19 enum Type { enum
/external/llvm/lib/Target/ARM/
DThumb1RegisterInfo.h25 class Type; variable
DARMRegisterInfo.h24 class Type; variable
DThumb2RegisterInfo.h25 class Type; variable
/external/llvm/include/llvm/Assembly/
DWriter.h22 class Type; variable
/external/llvm/include/llvm/Target/
DTargetIntrinsicInfo.h23 class Type; variable
/external/clang/include/clang/AST/
DGlobalDecl.h46 GlobalDecl(const CXXConstructorDecl *D, CXXCtorType Type) in GlobalDecl()
48 GlobalDecl(const CXXDestructorDecl *D, CXXDtorType Type) in GlobalDecl()
/external/skia/src/effects/
DSkPaintFlagsDrawFilter.cpp26 void SkPaintFlagsDrawFilter::filter(SkPaint* paint, Type) { in filter() argument
/external/llvm/include/llvm/MC/
DMCAsmInfoDarwin.h23 class Type; variable
/external/llvm/lib/Target/Alpha/
DAlphaRegisterInfo.h25 class Type; variable
/external/clang/include/clang/Sema/
DInitialization.h86 QualType Type; variable
175 QualType Type, in InitializeParameter()
187 QualType Type, bool NRVO) { in InitializeResult()
192 QualType Type, bool NRVO) { in InitializeBlock()
198 QualType Type, bool NRVO) { in InitializeException()
203 static InitializedEntity InitializeNew(SourceLocation NewLoc, QualType Type) { in InitializeNew()
208 static InitializedEntity InitializeTemporary(QualType Type) { in InitializeTemporary()
226 static InitializedEntity InitializeDelegation(QualType Type) { in InitializeDelegation()
559 QualType Type; variable
/external/srec/tools/thirdparty/OpenFst/fst/lib/
Darc.h40 static const string &Type() { // Arc type name in Type() function
64 static const string &Type() { // Arc type name in Type() function
89 static const string &Type() { // Arc type name in Type() function
123 static const string &Type() { // Arc type name in Type() function
152 static const string &Type() { // Arc type name in Type() function
/external/llvm/include/llvm/Analysis/
DFindUsedTypes.h22 class Type; variable

12345678910>>...18