Searched defs:Profile (Results 26 - 50 of 81) sorted by relevance

1234

/external/deqp/framework/opengl/
H A DgluRenderContext.hpp47 enum Profile enum in namespace:glu
50 PROFILE_CORE, //!< OpenGL Core Profile
51 PROFILE_COMPATIBILITY, //!< OpenGL Compatibility Profile
74 ApiType (int major, int minor, Profile profile) : m_bits(pack(major, minor, profile)) {}
78 Profile getProfile (void) const { return Profile((m_bits>>PROFILE_SHIFT) & ((1u<<PROFILE_BITS)-1u)); }
92 static deUint32 pack (int major, int minor, Profile profile);
109 inline deUint32 ApiType::pack (int major, int minor, Profile profile)
140 ContextType (int major, int minor, Profile profile, ContextFlags flags = ContextFlags(0));
161 inline ContextType::ContextType (int major, int minor, Profile profil
[all...]
/external/llvm/include/llvm/ADT/
H A DImmutableList.h43 static inline void Profile(FoldingSetNodeID& ID, const T& H, function in class:llvm::ImmutableListImpl
49 void Profile(FoldingSetNodeID& ID) { function in class:llvm::ImmutableListImpl
50 Profile(ID, Head, Tail);
134 void Profile(FoldingSetNodeID& ID) const { function in class:llvm::ImmutableList
167 // Profile the new list to see if it already exists in our cache.
172 ListTy::Profile(ID, Head, TailImpl);
H A DImmutableMap.h52 static inline void Profile(FoldingSetNodeID& ID, value_type_ref V) { function in struct:llvm::ImutKeyValueInfo
53 ImutContainerInfo<T>::Profile(ID, V.first);
54 ImutContainerInfo<S>::Profile(ID, V.second);
260 static inline void Profile(FoldingSetNodeID& ID, const ImmutableMap& M) { function in class:llvm::ImmutableMap
264 inline void Profile(FoldingSetNodeID& ID) const { function in class:llvm::ImmutableMap
265 return Profile(ID,*this);
428 static inline void Profile(FoldingSetNodeID& ID, const ImmutableMapRef &M) { function in class:llvm::ImmutableMapRef
432 inline void Profile(FoldingSetNodeID& ID) const { function in class:llvm::ImmutableMapRef
433 return Profile(ID, *this);
H A DFoldingSet.h39 /// FoldingSetNode. The node class must also define a Profile method used to
40 /// establish the unique bits of data for the node. The Profile method is
54 /// void Profile(FoldingSetNodeID &ID) const {
211 static void Profile(const T &X, FoldingSetNodeID &ID) { function in struct:llvm::DefaultFoldingSetTrait
212 X.Profile(ID);
214 static void Profile(T &X, FoldingSetNodeID &ID) { function in struct:llvm::DefaultFoldingSetTrait
215 X.Profile(ID);
220 // just calls Profile and does a regular comparison. Implementations
227 // just calls Profile and does a regular hash computation.
235 /// The default behavior is to invoke a 'Profile' metho
248 static void Profile(T &X, FoldingSetNodeID &ID, Ctx Context) { function in struct:llvm::DefaultContextualFoldingSetTrait
401 FoldingSetTrait<T>::Profile(*TN, ID); member in class:llvm::FoldingSet::FoldingSetTrait
479 ContextualFoldingSetTrait<T, Ctx>::Profile(*TN, ID, Context); member in class:llvm::ContextualFoldingSet::ContextualFoldingSetTrait
764 void Profile(FoldingSetNodeID &ID) { FoldingSetTrait<T>::Profile(data, ID); } function in class:llvm::FoldingSetNodeWrapper
784 void Profile(FoldingSetNodeID &ID) const { function in class:llvm::FastFoldingSetNode
793 static inline void Profile(T *X, FoldingSetNodeID &ID) { function in struct:llvm::FoldingSetTrait
799 static inline void Profile(const std::pair<T1, T2> &P, function in struct:llvm::FoldingSetTrait
[all...]
/external/llvm/lib/IR/
H A DAttributeImpl.h67 void Profile(FoldingSetNodeID &ID) const { function in class:llvm::AttributeImpl
69 Profile(ID, getKindAsEnum(), 0);
71 Profile(ID, getKindAsEnum(), getValueAsInt());
73 Profile(ID, getKindAsString(), getValueAsString());
75 static void Profile(FoldingSetNodeID &ID, Attribute::AttrKind Kind, function in class:llvm::AttributeImpl
80 static void Profile(FoldingSetNodeID &ID, StringRef Kind, StringRef Values) { function in class:llvm::AttributeImpl
173 void Profile(FoldingSetNodeID &ID) const { function in class:llvm::AttributeSetNode
174 Profile(ID, makeArrayRef(begin(), end()));
176 static void Profile(FoldingSetNodeID &ID, ArrayRef<Attribute> AttrList) { function in class:llvm::AttributeSetNode
178 AttrList[I].Profile(I
251 void Profile(FoldingSetNodeID &ID) const { function in class:llvm::AttributeSetImpl
254 static void Profile(FoldingSetNodeID &ID, function in class:llvm::AttributeSetImpl
[all...]
/external/clang/include/clang/AST/
H A DTemplateName.h140 void Profile(llvm::FoldingSetNodeID &ID, ASTContext &Context);
142 static void Profile(llvm::FoldingSetNodeID &ID,
319 void Profile(llvm::FoldingSetNodeID &ID) { function in class:clang::TemplateName
355 void Profile(llvm::FoldingSetNodeID &ID);
357 static void Profile(llvm::FoldingSetNodeID &ID,
420 void Profile(llvm::FoldingSetNodeID &ID) { function in class:clang::QualifiedTemplateName
421 Profile(ID, getQualifier(), hasTemplateKeyword(), getTemplateDecl());
424 static void Profile(llvm::FoldingSetNodeID &ID, NestedNameSpecifier *NNS, function in class:clang::QualifiedTemplateName
518 void Profile(llvm::FoldingSetNodeID &ID) { function in class:clang::DependentTemplateName
520 Profile(I
525 static void Profile(llvm::FoldingSetNodeID &ID, NestedNameSpecifier *NNS, function in class:clang::DependentTemplateName
532 static void Profile(llvm::FoldingSetNodeID &ID, NestedNameSpecifier *NNS, function in class:clang::DependentTemplateName
[all...]
H A DCanonicalType.h182 void Profile(llvm::FoldingSetNodeID &ID) const { function in class:clang::CanQual
/external/clang/lib/AST/
H A DDeclarationName.cpp41 void Profile(llvm::FoldingSetNodeID &ID) { function in class:clang::CXXSpecialName
71 void Profile(llvm::FoldingSetNodeID &FSID) { function in class:clang::CXXLiteralOperatorIdName
/external/clang/lib/StaticAnalyzer/Checkers/
H A DStreamChecker.cpp53 void Profile(llvm::FoldingSetNodeID &ID) const { function in struct:__anon18239::StreamState
H A DMacOSKeychainAPIChecker.cpp51 void Profile(llvm::FoldingSetNodeID &ID) const { function in struct:__anon18200::MacOSKeychainAPIChecker::AllocationState
142 void Profile(llvm::FoldingSetNodeID &ID) const override {
/external/clang/lib/StaticAnalyzer/Core/
H A DRangeConstraintManager.cpp51 void Profile(llvm::FoldingSetNodeID &ID) const { function in class:__anon18275::Range
93 /// Profile - Generates a hash profile of this RangeSet for use
95 void Profile(llvm::FoldingSetNodeID &ID) const { ranges.Profile(ID); } function in class:__anon18275::RangeSet
/external/llvm/lib/Support/
H A DAPInt.cpp165 /// Profile - This method 'profiles' an APInt for use with FoldingSet.
166 void APInt::Profile(FoldingSetNodeID& ID) const { function in class:APInt
/external/llvm/tools/llvm-readobj/
H A DARMAttributeParser.cpp137 StringRef Profile; local
139 default: Profile = "Unknown"; break;
140 case 'A': Profile = "Application"; break;
141 case 'R': Profile = "Real-time"; break;
142 case 'M': Profile = "Microcontroller"; break;
143 case 'S': Profile = "Classic"; break;
144 case '0': Profile = "None"; break;
147 PrintAttribute(Tag, Encoded, Profile);
/external/aac/libMpegTPDec/include/
H A Dtp_data.h128 UCHAR Profile; member in struct:__anon156
/external/aac/libMpegTPEnc/include/
H A Dtp_data.h128 UCHAR Profile; member in struct:__anon173
/external/clang/include/clang/Analysis/
H A DAnalysisContext.h252 virtual void Profile(llvm::FoldingSetNodeID &ID) = 0;
294 void Profile(llvm::FoldingSetNodeID &ID) override;
296 static void Profile(llvm::FoldingSetNodeID &ID, AnalysisDeclContext *ctx, function in class:clang::StackFrameContext
320 void Profile(llvm::FoldingSetNodeID &ID) override;
322 static void Profile(llvm::FoldingSetNodeID &ID, AnalysisDeclContext *ctx, function in class:clang::ScopeContext
352 void Profile(llvm::FoldingSetNodeID &ID) override;
354 static void Profile(llvm::FoldingSetNodeID &ID, AnalysisDeclContext *ctx, function in class:clang::BlockInvocationContext
H A DProgramPoint.h162 Profile(ID);
180 void Profile(llvm::FoldingSetNodeID& ID) const { function in class:clang::ProgramPoint
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExplodedGraph.h162 static void Profile(llvm::FoldingSetNodeID &ID, function in class:clang::ento::ExplodedNode
171 void Profile(llvm::FoldingSetNodeID& ID) const { function in class:clang::ento::ExplodedNode
173 Profile(ID, Location, State, isSink());
H A DProgramState.h129 /// Profile - Profile the contents of a ProgramState object for use in a
132 static void Profile(llvm::FoldingSetNodeID& ID, const ProgramState *V) { function in class:clang::ento::ProgramState
133 V->Env.Profile(ID);
135 V->GDM.Profile(ID);
138 /// Profile - Used to profile the contents of this object for inclusion
140 void Profile(llvm::FoldingSetNodeID& ID) const { function in class:clang::ento::ProgramState
141 Profile(ID, this);
H A DSVals.h104 inline void Profile(llvm::FoldingSetNodeID& ID) const { function in class:clang::ento::SVal
/external/clang/lib/Analysis/
H A DAnalysisDeclContext.cpp317 void StackFrameContext::Profile(llvm::FoldingSetNodeID &ID) { function in class:StackFrameContext
318 Profile(ID, getAnalysisDeclContext(), getParent(), CallSite, Block, Index);
321 void ScopeContext::Profile(llvm::FoldingSetNodeID &ID) { function in class:ScopeContext
322 Profile(ID, getAnalysisDeclContext(), getParent(), Enter);
325 void BlockInvocationContext::Profile(llvm::FoldingSetNodeID &ID) { function in class:BlockInvocationContext
326 Profile(ID, getAnalysisDeclContext(), getParent(), BD, ContextData);
339 LOC::Profile(ID, ctx, parent, d);
357 StackFrameContext::Profile(ID, ctx, parent, s, blk, idx);
381 BlockInvocationContext::Profile(ID, ctx, parent, BD, ContextData);
/external/llvm/include/llvm/Analysis/
H A DScalarEvolution.h139 static void Profile(const SCEV &X, FoldingSetNodeID& ID) { function in struct:llvm::FoldingSetTrait
/external/llvm/include/llvm/IR/
H A DAttributes.h192 void Profile(FoldingSetNodeID &ID) const { function in class:llvm::Attribute
/external/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h446 void Profile(llvm::FoldingSetNodeID &ID) { function in class:clang::CodeGen::ABIArgInfo::CGFunctionInfo
454 getReturnType().Profile(ID);
456 I.type.Profile(ID);
458 static void Profile(llvm::FoldingSetNodeID &ID, function in class:clang::CodeGen::ABIArgInfo::CGFunctionInfo
471 resultType.Profile(ID);
474 i->Profile(ID);
/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporter.h308 /// Profile to identify equivalent bug reports for error report coalescing.
311 virtual void Profile(llvm::FoldingSetNodeID& hash) const;
353 void Profile(llvm::FoldingSetNodeID& ID) const { function in class:clang::ento::BugReportEquivClass
355 Reports.front().Profile(ID);

Completed in 1129 milliseconds

1234