HomeSort by: relevance | last modified time | path
    Searched defs:ICS (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
Initialization.h 953 ImplicitConversionSequence *ICS;
1292 void AddConversionSequenceStep(const ImplicitConversionSequence &ICS,
Overload.h 103 /// match with the table titled 'Conversions' in [over.ics.scs] and are listed
157 /// Derived-to-base (C++ [over.best.ics])
290 /// (C++ [over.ics.ref]).
521 /// ambiguous conversion (C++0x [over.best.ics]p10).
610 /// per C++ [over.best.ics]p10.
688 ImplicitConversionSequence ICS;
689 ICS.setStandard();
690 ICS.Standard.setAsIdentityConversion();
691 ICS.Standard.setFromType(SourceType);
693 ICS.Standard.First = ICK_Lvalue_To_Rvalue
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
InlineFunction.cpp 1981 CallBase *ICS = dyn_cast_or_null<CallBase>(VH);
1982 if (!ICS)
1987 OpDefs.reserve(ICS->getNumOperandBundles());
1989 for (unsigned COBi = 0, COBe = ICS->getNumOperandBundles(); COBi < COBe;
1991 auto ChildOB = ICS->getOperandBundleAt(COBi);
2012 Instruction *NewI = CallBase::Create(ICS, OpDefs, ICS);
2016 ICS->replaceAllUsesWith(NewI);
2019 ICS->eraseFromParent();
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGStmtOpenMP.cpp 2044 const CapturedStmt *ICS = OMPED.getInnermostCapturedStmt();
2045 const Stmt *SS = ICS->getCapturedStmt();
3805 const CapturedStmt *ICS = S.getInnermostCapturedStmt();
3845 CGCapturedStmtInfo CGSI(*ICS, CR_OpenMP);
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaExpr.cpp 9531 ImplicitConversionSequence ICS =
9538 if (ICS.isFailure())
9541 ICS, AA_Assigning);

Completed in 39 milliseconds