HomeSort by: relevance | last modified time | path
    Searched refs:Classify (Results 1 - 16 of 16) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
RenameIndependentSubregs.cpp 165 unsigned NumSubComponents = ConEQ.Classify(SR);
LiveInterval.cpp 1318 unsigned ConnectedVNInfoEqClasses::Classify(const LiveRange &LR) {
LiveIntervals.cpp 1736 unsigned NumComp = ConEQ.Classify(LI);
MachineVerifier.cpp 3081 unsigned NumComp = ConEQ.Classify(LI);
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaCast.cpp 553 auto Classify = [](QualType T) {
582 int T1Class = Classify(T1);
586 int T2Class = Classify(T2);
603 if (Classify(T1) != Array)
606 auto T2Class = Classify(T2);
SemaExceptionSpec.cpp 1113 if (Op->Classify(S.Context).isPRValue())
SemaOverload.cpp 4753 Expr::Classification InitCategory = Init->Classify(S.Context);
4934 Init->Classify(S.Context).isLValue()) {
5435 FromClassification = From->Classify(Context);
6767 // always classify them as l-values.
6771 ObjectClassification = E->Classify(Context);
7330 From->Classify(Context), Conversion, ConversionContext);
7539 Object->Classify(Context), Conversion, ActingContext);
7706 Args[0]->Classify(Context), Args.slice(1),
11940 // If A doesn't have exactly the correct type, we don't want to classify it
14242 : UnresExpr->getBase()->Classify(Context)
    [all...]
SemaExprCXX.cpp 5777 if (!isIndirect && !LHS.get()->Classify(Context).isLValue()) {
5791 if (isIndirect || !LHS.get()->Classify(Context).isRValue())
SemaLookup.cpp 3189 RValueThis ? VK_RValue : VK_LValue).Classify(Context);
SemaInit.cpp 4791 Expr::Classification InitCategory = Initializer->Classify(S.Context);
  /src/external/apache2/llvm/dist/clang/lib/AST/
ExprClassification.cpp 9 // This file implements Expr::classify.
76 /// Classify an expression which creates a temporary, based on its type.
112 llvm_unreachable("cannot classify a statement");
669 Classification VC = Classify(Ctx);
Expr.cpp 2997 if (!E->Classify(C).isPRValue()) {
3590 // FIXME: Classify these cases better.
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
LiveInterval.h 986 /// unsigned numComps = ConEQ.Classify(LI);
999 /// Classify the values in \p LR into connected components.
1001 unsigned Classify(const LiveRange &LR);
1003 /// getEqClass - Classify creates equivalence classes numbered 0..N. Return
  /src/external/gpl3/gdb/dist/sim/mips/
sim-main.h 775 #define Classify(op, fmt) fp_classify(SIM_ARGS, op, fmt)
  /src/external/gpl3/gdb.old/dist/sim/mips/
sim-main.h 775 #define Classify(op, fmt) fp_classify(SIM_ARGS, op, fmt)
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
Expr.h 323 /// The return type of classify(). Represents the C++11 expression
388 /// Classify - Classify this expression according to the C++11
400 Classification Classify(ASTContext &Ctx) const {
404 /// ClassifyModifiable - Classify this expression according to the
408 /// This function extends classify in that it also tests whether the
753 /// C++ Core Issue 903 will classify these expressions as "not pointers"

Completed in 93 milliseconds