Searched defs:TypeSet (Results 1 - 9 of 9) sorted by relevance

/external/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.h45 /// TypeSet - This is either empty if it's completely unknown, or holds a set
50 /// TypeSet can have three states:
57 class TypeSet { class in namespace:llvm::EEVT
60 TypeSet() {} function in class:llvm::EEVT::TypeSet
61 TypeSet(MVT::SimpleValueType VT, TreePattern &TP);
62 TypeSet(ArrayRef<MVT::SimpleValueType> VTList);
91 /// hasIntegerTypes - Return true if this TypeSet contains any integer value
95 /// hasFloatingPointTypes - Return true if this TypeSet contains an fAny or
99 /// hasScalarTypes - Return true if this TypeSet contains a scalar value
103 /// hasVectorTypes - Return true if this TypeSet contain
[all...]
H A DCodeGenDAGPatterns.cpp31 // EEVT::TypeSet Implementation
47 EEVT::TypeSet::TypeSet(MVT::SimpleValueType VT, TreePattern &TP) { function in class:EEVT::TypeSet
62 EEVT::TypeSet::TypeSet(ArrayRef<MVT::SimpleValueType> VTList) { function in class:EEVT::TypeSet
77 bool EEVT::TypeSet::FillWithPossibleTypes(TreePattern &TP,
107 /// hasIntegerTypes - Return true if this TypeSet contains iAny or an
109 bool EEVT::TypeSet::hasIntegerTypes() const {
116 /// hasFloatingPointTypes - Return true if this TypeSet contains an fAny or
118 bool EEVT::TypeSet
[all...]
/external/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.h553 typedef std::set<lldb_private::Type *> TypeSet; typedef in class:SymbolFileDWARF
561 TypeSet &type_set);
/external/llvm/lib/Linker/
H A DLinkModules.cpp36 typedef SmallPtrSet<StructType*, 32> TypeSet; typedef in namespace:__anon25869
58 TypeMapTy(TypeSet &Set) : DstStructTypesSet(Set) {}
60 TypeSet &DstStructTypesSet;
414 ModuleLinker(Module *dstM, TypeSet &Set, Module *srcM, unsigned mode,
/external/llvm/lib/Target/CppBackend/
H A DCPPBackend.cpp87 typedef std::set<Type*> TypeSet; typedef in namespace:__anon26007
100 TypeSet DefinedTypes;
/external/clang/lib/Sema/
H A DSemaOverload.cpp6513 /// TypeSet - A set of types.
6514 typedef llvm::SmallPtrSet<QualType, 8> TypeSet; typedef in class:clang::__anon18087::BuiltinCandidateTypeSet
6518 TypeSet PointerTypes;
6522 TypeSet MemberPointerTypes;
6526 TypeSet EnumerationTypes;
6530 TypeSet VectorTypes;
6556 typedef TypeSet::iterator iterator;
/external/chromium_org/third_party/checkstyle/
H A Dcheckstyle-5.7-all.jarMETA-INF/MANIFEST.MF META-INF/ checkstyle_packages.xml checkstylecompilation.properties checkstyletask.properties com/ ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 164 milliseconds