/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
H A D | LiveRangeEdit.cpp | 297 unsigned NumComp = ConEQ.Classify(LI);
|
H A D | LiveInterval.cpp | 658 unsigned ConnectedVNInfoEqClasses::Classify(const LiveInterval *LI) {
|
H A D | MachineVerifier.cpp | 1226 unsigned NumComp = ConEQ.Classify(&LI);
|
H A D | SplitKit.cpp | 1085 unsigned NumComp = ConEQ.Classify(li);
|
/external/pdfium/core/fxcrt/ |
H A D | fx_bidi.cpp | 240 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 D | RenameIndependentSubregs.cpp | 165 unsigned NumSubComponents = ConEQ.Classify(SR);
|
H A D | LiveInterval.cpp | 1142 unsigned ConnectedVNInfoEqClasses::Classify(const LiveRange &LR) {
|
H A D | LiveIntervalAnalysis.cpp | 1557 unsigned NumComp = ConEQ.Classify(LI);
|
H A D | MachineVerifier.cpp | 1910 unsigned NumComp = ConEQ.Classify(LI);
|
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/ |
H A D | LiveInterval.h | 558 /// 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 D | ListValueRewriter.cpp | 248 bool arg_is_rvalue = object_expr->Classify(*result.Context).isRValue();
|
/external/clang/lib/AST/ |
H A D | ExprClassification.cpp | 76 /// Classify an expression which creates a temporary, based on its type. 636 Classification VC = Classify(Ctx);
|
H A D | Expr.cpp | 2527 if (!E->Classify(C).isPRValue()) { 3056 // FIXME: Classify these cases better.
|
/external/llvm/include/llvm/CodeGen/ |
H A D | LiveInterval.h | 848 /// 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 D | segment.c | 221 % 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 D | SemaExceptionSpec.cpp | 944 if (Op->Classify(S.Context).isPRValue())
|
H A D | SemaOverload.cpp | 4314 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 D | SemaExprCXX.cpp | 4894 if (!isIndirect && !LHS.get()->Classify(Context).isLValue()) 4900 if (isIndirect || !LHS.get()->Classify(Context).isRValue())
|
H A D | SemaLookup.cpp | 2926 RValueThis ? VK_RValue : VK_LValue).Classify(Context);
|
H A D | SemaInit.cpp | 4217 Expr::Classification InitCategory = Initializer->Classify(S.Context);
|
/external/clang/include/clang/AST/ |
H A D | Expr.h | 361 /// \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
|