Searched refs:Classify (Results 1 - 21 of 21) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/CodeGen/
H A DLiveRangeEdit.cpp297 unsigned NumComp = ConEQ.Classify(LI);
H A DLiveInterval.cpp658 unsigned ConnectedVNInfoEqClasses::Classify(const LiveInterval *LI) {
H A DMachineVerifier.cpp1226 unsigned NumComp = ConEQ.Classify(&LI);
H A DSplitKit.cpp1085 unsigned NumComp = ConEQ.Classify(li);
/external/pdfium/core/fxcrt/
H A Dfx_bidi.cpp240 Classify(chars, iCount, false);
245 Classify(chars, iCount, true);
301 void Classify(std::vector<CFX_Char>* chars, size_t iCount, bool bWS) { function in class:__anon17791::CFX_BidiLine
/external/llvm/lib/CodeGen/
H A DRenameIndependentSubregs.cpp165 unsigned NumSubComponents = ConEQ.Classify(SR);
H A DLiveInterval.cpp1142 unsigned ConnectedVNInfoEqClasses::Classify(const LiveRange &LR) {
H A DLiveIntervalAnalysis.cpp1557 unsigned NumComp = ConEQ.Classify(LI);
H A DMachineVerifier.cpp1910 unsigned NumComp = ConEQ.Classify(LI);
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
H A DLiveInterval.h558 /// unsigned numComps = ConEQ.Classify(LI);
576 /// Classify - Classify the values in LI into connected components.
578 unsigned Classify(const LiveInterval *LI);
580 /// getEqClass - Classify creates equivalence classes numbered 0..N. Return
/external/v8/tools/clang/value_cleanup/
H A DListValueRewriter.cpp248 bool arg_is_rvalue = object_expr->Classify(*result.Context).isRValue();
/external/clang/lib/AST/
H A DExprClassification.cpp76 /// Classify an expression which creates a temporary, based on its type.
636 Classification VC = Classify(Ctx);
H A DExpr.cpp2527 if (!E->Classify(C).isPRValue()) {
3056 // FIXME: Classify these cases better.
/external/llvm/include/llvm/CodeGen/
H A DLiveInterval.h848 /// unsigned numComps = ConEQ.Classify(LI);
861 /// Classify the values in \p LR into connected components.
863 unsigned Classify(const LiveRange &LR);
865 /// getEqClass - Classify creates equivalence classes numbered 0..N. Return
/external/ImageMagick/MagickCore/
H A Dsegment.c221 % Classify() defines one or more classes. Each pixel is thresholded to
225 % The format of the Classify method is:
227 % MagickBooleanType Classify(Image *image,short **extrema,
252 static MagickBooleanType Classify(Image *image,short **extrema,
586 Classify this pixel.
637 Classify this pixel.
1847 Classify using the fuzzy c-Means technique.
1849 status=Classify(image,extrema,cluster_threshold,WeightingExponent,verbose,
246 static MagickBooleanType Classify(Image *image,short **extrema, function
/external/clang/lib/Sema/
H A DSemaExceptionSpec.cpp944 if (Op->Classify(S.Context).isPRValue())
H A DSemaOverload.cpp4314 Expr::Classification InitCategory = Init->Classify(S.Context);
4496 isRValRef && Init->Classify(S.Context).isLValue())
4989 FromClassification = From->Classify(Context);
6053 Args[0]->getType(), Args[0]->Classify(Context),
6067 Args[0]->Classify(Context), Args.slice(1),
6445 From->Classify(Context), Conversion, ConversionContext);
6622 Object->Classify(Context), Conversion, ActingContext);
6746 Args[0]->Classify(Context),
12215 : UnresExpr->getBase()->Classify(Context);
12462 Object.get()->Classify(Contex
[all...]
H A DSemaExprCXX.cpp4894 if (!isIndirect && !LHS.get()->Classify(Context).isLValue())
4900 if (isIndirect || !LHS.get()->Classify(Context).isRValue())
H A DSemaLookup.cpp2926 RValueThis ? VK_RValue : VK_LValue).Classify(Context);
H A DSemaInit.cpp4217 Expr::Classification InitCategory = Initializer->Classify(S.Context);
/external/clang/include/clang/AST/
H A DExpr.h361 /// \brief Classify - Classify this expression according to the C++11
373 Classification Classify(ASTContext &Ctx) const { function in class:clang::Expr
377 /// \brief ClassifyModifiable - Classify this expression according to the

Completed in 2003 milliseconds