Searched defs:Type (Results 151 - 175 of 776) sorted by relevance

1234567891011>>

/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
H A DITree.cs140 int Type { property in interface:Antlr.Runtime.Tree.ITree
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
H A DBaseTree.cs143 public abstract int Type property in class:Antlr.Runtime.Tree.BaseTree
184 if ( child.Type == type )
467 if ( t.Type == ttype )
H A DITree.cs148 int Type property in interface:Antlr.Runtime.Tree.ITree
/external/clang/include/clang/AST/
H A DExprOpenMP.h52 OMPArraySectionExpr(Expr *Base, Expr *LowerBound, Expr *Length, QualType Type, argument
56 OMPArraySectionExprClass, Type, VK, OK,
H A DGlobalDecl.h49 GlobalDecl(const CXXConstructorDecl *D, CXXCtorType Type) argument
50 : Value(D, Type) {}
51 GlobalDecl(const CXXDestructorDecl *D, CXXDtorType Type) argument
52 : Value(D, Type) {}
/external/clang/include/clang/ASTMatchers/
H A DASTMatchFinder.h205 std::vector<std::pair<TypeMatcher, MatchCallback *>> Type; member in struct:clang::ast_matchers::MatchFinder::MatchersByType
/external/clang/include/clang/Sema/
H A DParsedTemplate.h35 Type, enumerator in enum:clang::ParsedTemplateArgument::KindType
45 ParsedTemplateArgument() : Kind(Type), Arg(nullptr) { }
78 assert(Kind == Type && "Not a template type argument");
/external/clang/lib/AST/
H A DDeclCXX.cpp365 QualType Type = VBases[I]->getType(); local
366 if (!Type->isDependentType())
367 addedClassSubobject(Type->getAsCXXRecordDecl());
1777 const Type *CXXCtorInitializer::getBaseClass() const {
/external/clang/lib/Driver/
H A DAction.cpp67 JobAction::JobAction(ActionClass Kind, Action *Input, types::ID Type) argument
68 : Action(Kind, Input, Type) {}
70 JobAction::JobAction(ActionClass Kind, const ActionList &Inputs, types::ID Type) argument
71 : Action(Kind, Inputs, Type) {
111 LinkJobAction::LinkJobAction(ActionList &Inputs, types::ID Type) argument
112 : JobAction(LinkJobClass, Inputs, Type) {
117 LipoJobAction::LipoJobAction(ActionList &Inputs, types::ID Type) argument
118 : JobAction(LipoJobClass, Inputs, Type) {
123 DsymutilJobAction::DsymutilJobAction(ActionList &Inputs, types::ID Type) argument
124 : JobAction(DsymutilJobClass, Inputs, Type) {
129 VerifyJobAction(ActionClass Kind, Action *Input, types::ID Type) argument
138 VerifyDebugInfoJobAction(Action *Input, types::ID Type) argument
144 VerifyPCHJobAction(Action *Input, types::ID Type) argument
[all...]
H A DInputInfo.h1 //===--- InputInfo.h - Input Source & Type Information ----------*- C++ -*-===//
43 types::ID Type; member in class:clang::driver::InputInfo
53 : Kind(Nothing), Act(A), Type(GetActionType(A)), BaseInput(_BaseInput) {}
56 : Kind(Filename), Act(nullptr), Type(_Type), BaseInput(_BaseInput) {
60 : Kind(Filename), Act(A), Type(GetActionType(A)), BaseInput(_BaseInput) {
66 : Kind(InputArg), Act(nullptr), Type(_Type), BaseInput(_BaseInput) {
71 : Kind(InputArg), Act(A), Type(GetActionType(A)), BaseInput(_BaseInput) {
78 types::ID getType() const { return Type; }
/external/clang/lib/Format/
H A DTokenAnnotator.h111 LineType Type; member in class:clang::format::AnnotatedLine
/external/clang/test/CodeGenCXX/
H A Ddebug-info.cpp24 typedef T Type; typedef in struct:Identity
27 void f(Identity<int>::Type a) {}
/external/clang/test/Index/
H A Dprint-type.cpp51 namespace NS { struct Type{}; } NS::Type elaboratedNamespaceType(const NS::Type t); struct in namespace:NS
130 // CHECK: FunctionDecl=elaboratedNamespaceType:51:42 [type=NS::Type (const NS::Type)] [typekind=FunctionProto] [canonicaltype=NS::Type (NS::Type)] [canonicaltypekind=FunctionProto] [resulttype=NS::Type] [resulttypekind=Elaborated] [args= [const NS::Type] [Elaborated]] [isPOD=0]
132 // CHECK: TypeRef=struct NS::Type
[all...]
/external/clang/test/SemaCXX/
H A DMicrosoftSuper.cpp26 typedef __super::XXX Type; typedef in struct:Derived
/external/clang/utils/ABITest/
H A DTypeGen.py20 class Type: class in inherits:
33 class BuiltinType(Type):
58 class EnumType(Type):
84 class RecordType(Type):
116 class ArrayType(Type):
155 class ComplexType(Type):
166 class FunctionType(Type):
195 # Type enumerators
/external/compiler-rt/lib/tsan/tests/rtl/
H A Dtsan_test_util.h34 enum Type { enum in class:Mutex
44 explicit Mutex(Type type = Normal);
61 const Type type_;
/external/compiler-rt/lib/ubsan/
H A Dubsan_handlers.h22 const TypeDescriptor &Type; member in struct:__ubsan::TypeMismatchData
44 const TypeDescriptor &Type; member in struct:__ubsan::OverflowData
94 const TypeDescriptor &Type; member in struct:__ubsan::VLABoundData
119 const TypeDescriptor &Type; member in struct:__ubsan::InvalidValueData
127 const TypeDescriptor &Type; member in struct:__ubsan::FunctionTypeMismatchData
164 const TypeDescriptor &Type; member in struct:__ubsan::CFICheckFailData
/external/dagger2/compiler/src/main/java/dagger/internal/codegen/
H A DBinding.java59 enum Type implements Predicate<Binding> { enum in class:Binding
70 private Type(Class<?> frameworkClass) { method in class:Binding.Type
99 abstract Binding.Type bindingType();
/external/fmtlib/test/
H A Dprintf-test.cc280 struct MakeSigned { typedef T Type; }; typedef in struct:MakeSigned
284 struct MakeSigned<T> { typedef S Type; }
312 unsigned_value = static_cast<typename MakeUnsigned<unsigned>::Type>(value);
314 signed_value = static_cast<typename MakeSigned<T>::Type>(value);
315 unsigned_value = static_cast<typename MakeUnsigned<T>::Type>(value);
/external/google-breakpad/src/testing/gtest/include/gtest/
H A Dgtest-test-part.h51 enum Type { enum in class:testing::TestPartResult
60 TestPartResult(Type a_type,
72 Type type() const { return type_; }
101 Type type_;
/external/googletest/googletest/include/gtest/
H A Dgtest-test-part.h51 enum Type { enum in class:testing::TestPartResult
60 TestPartResult(Type a_type,
72 Type type() const { return type_; }
103 Type type_;
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest-test-part.h51 enum Type { enum in class:testing::TestPartResult
60 TestPartResult(Type a_type,
72 Type type() const { return type_; }
103 Type type_;
/external/llvm/include/llvm/DebugInfo/PDB/Raw/
H A DRawTypes.h79 codeview::TypeIndex Type; member in struct:llvm::pdb::TypeIndexOffset
/external/llvm/include/llvm/MC/
H A DMCELFObjectWriter.h34 unsigned Type; // The type of the relocation. member in struct:llvm::ELFRelocationEntry
39 ELFRelocationEntry(uint64_t Offset, const MCSymbolELF *Symbol, unsigned Type, argument
42 : Offset(Offset), Symbol(Symbol), Type(Type), Addend(Addend),
46 Out << "Off=" << Offset << ", Sym=" << Symbol << ", Type=" << Type
85 unsigned Type) const;
99 // Instead of changing everyone's API we pack the N64 Type fields
111 uint8_t getRType(uint32_t Type) const {
112 return (unsigned)((Type >> R_TYPE_SHIF
[all...]
H A DMCMachObjectWriter.h36 void setLocalDifferenceRelocationType(unsigned Type) { argument
37 LocalDifference_RIT = Type;
162 void writeHeader(MachO::HeaderFileType Type, unsigned NumLoadCommands,
191 void writeLinkeditLoadCommand(uint32_t Type, uint32_t DataOffset,

Completed in 2683 milliseconds

1234567891011>>