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

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
Attributor.cpp 770 const Function *AssociatedFunction = IRP.getAssociatedFunction();
771 if (!AssociatedFunction) {
778 return checkForAllCallSites(Pred, *AssociatedFunction, RequireAllCallSites,
881 const Function *AssociatedFunction = IRP.getAssociatedFunction();
882 if (!AssociatedFunction)
888 const IRPosition &QueryIRP = IRPosition::function(*AssociatedFunction);
901 const Function *AssociatedFunction = IRP.getAssociatedFunction();
902 if (!AssociatedFunction)
907 *AssociatedFunction, QueryingAA.getCallBaseContext());
950 const Function *AssociatedFunction = IRP.getAssociatedFunction()
    [all...]
AttributorAttributes.cpp 609 const Function *AssociatedFunction =
611 if (!AssociatedFunction)
620 *AssociatedFunction, IntroduceCallBaseContext ? &CBContext : nullptr);
  /src/external/apache2/llvm/dist/clang/lib/Parse/
ParseOpenMP.cpp 1383 ExprResult AssociatedFunction;
1389 AssociatedFunction = ParseOpenMPParensExpr(
1393 if (!AssociatedFunction.isUsable()) {
1410 Ptr, AssociatedFunction.get(), TI,

Completed in 70 milliseconds