Searched defs:Type (Results 251 - 275 of 887) sorted by relevance

<<11121314151617181920>>

/external/clang/lib/Driver/
H A DInputInfo.h1 //===--- InputInfo.h - Input Source & Type Information ----------*- C++ -*-===//
41 types::ID Type; member in class:clang::driver::InputInfo
47 : Kind(Nothing), Type(_Type), BaseInput(_BaseInput) {
50 : Kind(Filename), Type(_Type), BaseInput(_BaseInput) {
55 : Kind(InputArg), Type(_Type), BaseInput(_BaseInput) {
62 types::ID getType() const { return Type; }
/external/clang/test/CodeGenCXX/
H A Dmangle-ms-template-callback.cpp22 class Type {}; class
26 C<Type(void)> callback_Type;
33 C<void(Type)> callback_void_Type;
/external/compiler-rt/lib/ubsan/
H A Dubsan_handlers.h22 const TypeDescriptor &Type; member in struct:__ubsan::TypeMismatchData
40 const TypeDescriptor &Type; member in struct:__ubsan::OverflowData
92 const TypeDescriptor &Type; member in struct:__ubsan::VLABoundData
109 const TypeDescriptor &Type; member in struct:__ubsan::InvalidValueData
117 const TypeDescriptor &Type; member in struct:__ubsan::FunctionTypeMismatchData
/external/deqp/framework/delibs/decpp/
H A DdeFilePath.hpp39 enum Type enum in class:de::FilePath
57 Type getType (void) const;
/external/lldb/include/lldb/Core/
H A DOpcode.h31 enum Type enum in class:lldb_private::Opcode
76 Opcode::Type
253 Opcode::Type m_type;
/external/lldb/include/lldb/Host/
H A DMutex.h33 enum Type enum in class:lldb_private::Mutex
166 /// @li Mutex::Type::eMutexTypeNormal
167 /// @li Mutex::Type::eMutexTypeRecursive
174 Mutex(Mutex::Type type);
262 TrackingMutex(Mutex::Type type) : Mutex (type) {}
291 LoggingMutex(Mutex::Type type) : Mutex (type),m_locked(false) {}
/external/lldb/include/lldb/Target/
H A DCPPLanguageRuntime.h32 enum Type enum in class:lldb_private::CPPLanguageRuntime::MethodName
77 Type
110 Type m_type;
/external/llvm/include/llvm/MC/MCParser/
H A DMCAsmParser.h37 unsigned Length, Size, Type; member in class:llvm::InlineAsmIdentifierInfo
44 Type = 0;
/external/llvm/include/llvm/MC/
H A DMCSectionELF.h35 /// Type - This is the sh_type field of a section, drawn from the enums below.
36 unsigned Type; member in class:llvm::MCSectionELF
53 : MCSection(SV_ELF, K), SectionName(Section), Type(type), Flags(flags),
76 unsigned getType() const { return Type; }
/external/llvm/lib/Support/
H A DTargetRegistry.cpp49 Triple::ArchType Type = Triple::getArchTypeForLLVMName(ArchName); local
50 if (Type != Triple::UnknownArch)
51 TheTriple.setArch(Type);
/external/lzma/CPP/Common/
H A DCommandLineParser.h27 NSwitchType::EEnum Type; member in struct:NCommandLineParser::CSwitchForm
/external/mesa3d/src/mesa/program/
H A Dprog_parameter.h74 gl_register_file Type; /**< PROGRAM_NAMED_PARAM, CONSTANT or STATE_VAR */ member in struct:gl_program_parameter
/external/openfst/src/include/fst/
H A Dexpectation-weight.h91 static const string &Type() { function in class:fst::ExpectationWeight
92 static const string type = "expectation_" + X1::Type() + "_" + X2::Type();
H A Dlexicographic-weight.h65 << "have the path property: " << W1::Type();
70 << "have the path property: " << W2::Type();
91 static const string &Type() { function in class:fst::LexicographicWeight
92 static const string type = W1::Type() + "_LT_" + W2::Type();
H A Dproduct-weight.h68 static const string &Type() { function in class:fst::ProductWeight
69 static const string type = W1::Type() + "_X_" + W2::Type();
/external/robolectric/src/main/java/com/xtremelabs/robolectric/bytecode/
H A DType.java5 enum Type { enum
17 Type(Object defaultReturnValue, String defaultReturnString, String unboxString, String nonPrimitiveClassName, Class type) { method in class:Type
51 public static Type find(CtClass ctClass) {
78 for (Type type : Type.values()) {
/external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
H A DSkPdfCIDFontDictionary_autogen.cpp11 SkString SkPdfCIDFontDictionary::Type(SkPdfNativeDoc* doc) { function in class:SkPdfCIDFontDictionary
12 SkPdfNativeObject* ret = get("Type", "");
20 return get("Type", "") != NULL;
H A DSkPdfFileSpecificationDictionary_autogen.cpp11 SkString SkPdfFileSpecificationDictionary::Type(SkPdfNativeDoc* doc) { function in class:SkPdfFileSpecificationDictionary
12 SkPdfNativeObject* ret = get("Type", "");
20 return get("Type", "") != NULL;
H A DSkPdfSignatureDictionary_autogen.cpp11 SkString SkPdfSignatureDictionary::Type(SkPdfNativeDoc* doc) { function in class:SkPdfSignatureDictionary
12 SkPdfNativeObject* ret = get("Type", "");
20 return get("Type", "") != NULL;
H A DSkPdfStructureTreeRootDictionary_autogen.cpp11 SkString SkPdfStructureTreeRootDictionary::Type(SkPdfNativeDoc* doc) { function in class:SkPdfStructureTreeRootDictionary
12 SkPdfNativeObject* ret = get("Type", "");
20 return get("Type", "") != NULL;
H A DSkPdfType16HalftoneDictionary_autogen.cpp11 SkString SkPdfType16HalftoneDictionary::Type(SkPdfNativeDoc* doc) { function in class:SkPdfType16HalftoneDictionary
12 SkPdfNativeObject* ret = get("Type", "");
20 return get("Type", "") != NULL;
H A DSkPdfType1FontDictionary_autogen.cpp11 SkString SkPdfType1FontDictionary::Type(SkPdfNativeDoc* doc) { function in class:SkPdfType1FontDictionary
12 SkPdfNativeObject* ret = get("Type", "");
20 return get("Type", "") != NULL;
H A DSkPdfType1HalftoneDictionary_autogen.cpp11 SkString SkPdfType1HalftoneDictionary::Type(SkPdfNativeDoc* doc) { function in class:SkPdfType1HalftoneDictionary
12 SkPdfNativeObject* ret = get("Type", "");
20 return get("Type", "") != NULL;
H A DSkPdfType1PatternDictionary_autogen.cpp11 SkString SkPdfType1PatternDictionary::Type(SkPdfNativeDoc* doc) { function in class:SkPdfType1PatternDictionary
12 SkPdfNativeObject* ret = get("Type", "");
20 return get("Type", "") != NULL;
/external/skia/include/core/
H A DSkFlattenable.h43 static Type GetFlattenableType() { \
55 enum Type { enum in class:SkFlattenable
86 static bool NameToType(const char name[], Type* type);
88 static void Register(const char name[], Factory, Type);
92 Registrar(const char name[], Factory factory, Type type) {

Completed in 8147 milliseconds

<<11121314151617181920>>