Searched defs:Type (Results 1 - 25 of 548) sorted by relevance

1234567891011>>

/external/libcxx/test/std/utilities/function.objects/func.require/
H A Dinvoke.pass.cpp25 struct Type struct
40 static_assert(sizeof(std::__invoke(&Type::f1, std::declval<Type >())) == 1, "");
41 static_assert(sizeof(std::__invoke(&Type::f2, std::declval<Type const >())) == 2, "");
43 static_assert(sizeof(std::__invoke(&Type::g1, std::declval<Type &>())) == 1, "");
44 static_assert(sizeof(std::__invoke(&Type::g2, std::declval<Type const &>())) == 2, "");
46 static_assert(sizeof(std::__invoke(&Type
[all...]
/external/llvm/lib/DebugInfo/PDB/
H A DPDB.cpp23 PDB_ErrorCode llvm::createPDBReader(PDB_ReaderType Type, StringRef Path, argument
25 // Create the correct concrete instance type based on the value of Type.
/external/clang/test/CodeGenCXX/
H A Ddelayed-template-parsing.cpp5 struct Type { struct in namespace:ClassScopeSpecialization
13 Type T;
14 // CHECK: call {{.*}} @"\01??$Foo@$0A@@Type@ClassScopeSpecialization@@QAEXXZ"
15 // X64: call {{.*}} @"\01??$Foo@$0A@@Type@ClassScopeSpecialization@@QEAAXXZ"
/external/llvm/lib/DebugInfo/DWARF/
H A DSyntaxHighlighting.cpp21 WithColor::WithColor(llvm::raw_ostream &OS, enum HighlightColor Type) : OS(OS) { argument
24 switch (Type) {
/external/llvm/tools/llvm-pdbdump/
H A DBuiltinDumper.cpp22 PDB_BuiltinType Type = Symbol.getBuiltinType(); local
23 switch (Type) {
26 WithColor(Printer, PDB_ColorItem::Type).get() << "float";
28 WithColor(Printer, PDB_ColorItem::Type).get() << "double";
31 WithColor(Printer, PDB_ColorItem::Type).get() << "unsigned";
33 WithColor(Printer, PDB_ColorItem::Type).get() << " __int64";
37 WithColor(Printer, PDB_ColorItem::Type).get() << "int";
39 WithColor(Printer, PDB_ColorItem::Type).get() << "__int64";
42 WithColor(Printer, PDB_ColorItem::Type).get() << "char";
45 WithColor(Printer, PDB_ColorItem::Type)
[all...]
/external/compiler-rt/lib/ubsan/
H A Dubsan_handlers_cxx.h23 const TypeDescriptor &Type; member in struct:__ubsan::DynamicTypeCacheMissData
/external/deqp/framework/delibs/decpp/
H A DdeMeta.hpp39 typedef T Type; typedef in struct:de::meta::EnableIf
/external/llvm/lib/Object/
H A DELF.cpp19 StringRef getELFRelocationTypeName(uint32_t Machine, uint32_t Type) { argument
22 switch (Type) {
29 switch (Type) {
36 switch (Type) {
43 switch (Type) {
50 switch (Type) {
57 switch (Type) {
64 switch (Type) {
71 switch (Type) {
78 switch (Type) {
[all...]
H A DELFObjectFile.cpp20 ELFObjectFileBase::ELFObjectFileBase(unsigned int Type, MemoryBufferRef Source) argument
21 : ObjectFile(Type, Source) {}
H A DSymbolicFile.cpp22 SymbolicFile::SymbolicFile(unsigned int Type, MemoryBufferRef Source) argument
23 : Binary(Type, Source) {}
28 MemoryBufferRef Object, sys::fs::file_magic Type, LLVMContext *Context) {
30 if (Type == sys::fs::file_magic::unknown)
31 Type = sys::fs::identify_magic(Data);
33 switch (Type) {
59 return ObjectFile::createObjectFile(Object, Type);
64 ObjectFile::createObjectFile(Object, Type);
78 llvm_unreachable("Unexpected Binary File Type");
27 createSymbolicFile( MemoryBufferRef Object, sys::fs::file_magic Type, LLVMContext *Context) argument
/external/nanopb-c/generator/google/protobuf/internal/
H A Dapi_implementation.py82 def Type(): function
85 # See comment on 'Type' above.
/external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
H A DSkPdfGroupAttributesDictionary_autogen.cpp11 SkString SkPdfGroupAttributesDictionary::Type(SkPdfNativeDoc* doc) { function in class:SkPdfGroupAttributesDictionary
12 SkPdfNativeObject* ret = get("Type", "");
20 return get("Type", "") != NULL;
H A DSkPdfMetadataStreamDictionary_autogen.cpp11 SkString SkPdfMetadataStreamDictionary::Type(SkPdfNativeDoc* doc) { function in class:SkPdfMetadataStreamDictionary
12 SkPdfNativeObject* ret = get("Type", "");
20 return get("Type", "") != NULL;
H A DSkPdfArtifactsDictionary_autogen.cpp11 SkString SkPdfArtifactsDictionary::Type(SkPdfNativeDoc* doc) { function in class:SkPdfArtifactsDictionary
12 SkPdfNativeObject* ret = get("Type", "");
20 return get("Type", "") != NULL;
H A DSkPdfEmbeddedFileStreamDictionary_autogen.cpp11 SkString SkPdfEmbeddedFileStreamDictionary::Type(SkPdfNativeDoc* doc) { function in class:SkPdfEmbeddedFileStreamDictionary
12 SkPdfNativeObject* ret = get("Type", "");
20 return get("Type", "") != NULL;
H A DSkPdfEncodingDictionary_autogen.cpp11 SkString SkPdfEncodingDictionary::Type(SkPdfNativeDoc* doc) { function in class:SkPdfEncodingDictionary
12 SkPdfNativeObject* ret = get("Type", "");
20 return get("Type", "") != NULL;
H A DSkPdfObjectReferenceDictionary_autogen.cpp11 SkString SkPdfObjectReferenceDictionary::Type(SkPdfNativeDoc* doc) { function in class:SkPdfObjectReferenceDictionary
12 SkPdfNativeObject* ret = get("Type", "");
20 return get("Type", "") != NULL;
H A DSkPdfPSXobjectDictionary_autogen.cpp11 SkString SkPdfPSXobjectDictionary::Type(SkPdfNativeDoc* doc) { function in class:SkPdfPSXobjectDictionary
12 SkPdfNativeObject* ret = get("Type", "");
20 return get("Type", "") != NULL;
H A DSkPdfThreadDictionary_autogen.cpp11 SkString SkPdfThreadDictionary::Type(SkPdfNativeDoc* doc) { function in class:SkPdfThreadDictionary
12 SkPdfNativeObject* ret = get("Type", "");
20 return get("Type", "") != NULL;
/external/chromium-trace/trace-viewer/tracing/third_party/closure_linter/closure_linter/common/
H A Dtokenizer.py25 Type = tokens.TokenType variable
37 non-matched text when in the given mode. Defaults to Type.NORMAL.
48 non-matched text when in the given mode. Defaults to Type.NORMAL.
106 self.__AddToken(self._CreateToken('', Type.BLANK_LINE, line, line_number))
161 type = Type.NORMAL
/external/clang/include/clang/AST/
H A DTypeVisitor.h1 //===--- TypeVisitor.h - Visitor for Type subclasses ------------*- C++ -*-===//
17 #include "clang/AST/Type.h"
29 /// \tparam RetTy %Type of result produced by the operation.
32 /// from Type. The operation is performed by calling method Visit. It then
43 /// Type *atype = ...
59 /// \li <tt>ImplClass::VisitType(const Type*)</tt>
60 /// \li <tt>TypeVisitor::VisitType(const Type*)</tt>
69 RetTy Visit(const Type *T) {
73 #define TYPE(CLASS, PARENT) case Type::CLASS: DISPATCH(CLASS##Type);
88 VisitType(const Type*) argument
[all...]
/external/libunwind/doc/
H A Dlibunwind-ia64.tex20 \Type{unw\_word\_t} is always defined to be 64 bits wide (independent
35 64-bit wide \Type{unw\_word\_t} values, \Prog{libunwind} treats the
194 \section{The Unwind-Context Type}
196 On IA-64, \Type{unw\_context\_t} is simply an alias for
197 \Type{ucontext\_t} (as defined by the Single UNIX Spec). This implies
/external/parameter-framework/parameter/
H A DInstanceConfigurableElement.h45 enum Type { enum in class:CInstanceConfigurableElement
76 // Type
77 virtual Type getType() const = 0;
128 // Type Element
/external/skia/src/pdf/
H A DSkJpegInfo.h15 enum Type { enum in struct:SkJFIFInfo
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
H A DIToken.cs42 int Type { property in interface:Antlr.Runtime.IToken

Completed in 951 milliseconds

1234567891011>>