/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | IgnoreExpr.h | 44 const Expr *IgnoreExprNodes(const Expr *E, FnTys &&...Fns) { in IgnoreExprNodes()
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Interpreter/ |
H A D | ExternalFunctions.cpp | 119 auto &Fns = getFunctions(); in lookupFunction() local 273 auto &Fns = getFunctions(); in callExternalFunction() local 520 auto &Fns = getFunctions(); in initializeExternalFunctions() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUSplitModule.cpp | 291 DenseSet<const Function *> &Fns) { in addAllIndirectCallDependencies() 312 DenseSet<const Function *> &Fns, bool OnlyDirect, in addAllDependencies()
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGHLSLRuntime.cpp | 400 static void gatherFunctions(SmallVectorImpl<Function *> &Fns, llvm::Module &M, in gatherFunctions()
|
H A D | CodeGenModule.cpp | 2085 void CodeGenModule::EmitCtorList(CtorList &Fns, const char *GlobalName) { in EmitCtorList()
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | TargetLibraryInfo.cpp | 1199 void TargetLibraryInfoImpl::addVectorizableFunctions(ArrayRef<VecDesc> Fns) { in addVectorizableFunctions()
|
/freebsd/contrib/llvm-project/llvm/tools/bugpoint/ |
H A D | Miscompilation.cpp | 457 const std::vector<Function *> &Fns) in ReduceMiscompiledBlocks()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/ |
H A D | AArch64InstructionSelector.cpp | 4278 if (auto Fns = selectArithImmed(RHS)) in emitAddSub() local 4283 if (auto Fns = selectNegArithImmed(RHS)) in emitAddSub() local 4288 if (auto Fns = selectArithExtendedRegister(RHS)) in emitAddSub() local 4293 if (auto Fns = selectShiftedRegister(RHS)) in emitAddSub() local 4394 if (auto Fns = selectLogicalShiftedRegister(RHS)) in emitTST() local 4606 auto Fns = select12BitValueWithLeftShift(1); in emitCarryIn() local
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaOverload.cpp | 7291 void Sema::AddFunctionCandidates(const UnresolvedSetImpl &Fns, in AddFunctionCandidates() 8217 const UnresolvedSetImpl &Fns, ArrayRef<Expr *> Args, in AddNonMemberOperatorCandidates() 9963 ADLResult Fns; in AddArgumentDependentLookupCandidates() local 14084 const UnresolvedSetImpl &Fns, in CreateUnresolvedLookupExpr() 14170 const UnresolvedSetImpl &Fns, in CreateOverloadedUnaryOp() 14365 const UnresolvedSetImpl &Fns, in LookupOverloadedBinOp() 14428 const UnresolvedSetImpl &Fns, Expr *LHS, in CreateOverloadedBinOp() 14890 SourceLocation OpLoc, const UnresolvedSetImpl &Fns, Expr *LHS, Expr *RHS, in BuildSynthesizedThreeWayComparison()
|
H A D | SemaDeclCXX.cpp | 7936 UnresolvedSet<16> Fns; member in __anon42c808801f11::DefaultedComparisonVisitor
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/ |
H A D | CoroSplit.cpp | 2073 SmallVectorImpl<Function *> &Fns, in addPrepareFunction()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | MemorySanitizer.cpp | 950 FunctionCallee *Fns = in getKmsanShadowOriginAccessFn() local
|