| /freebsd/contrib/llvm-project/compiler-rt/lib/rtsan/tests/ |
| H A D | rtsan_test_functional.cpp | 45 auto Func = [&vec]() { vec.push_back(0.4f); }; in TEST() local 54 auto Func = [&allocated_ptr]() { allocated_ptr.reset(); }; in TEST() local 62 auto Func = []() { std::this_thread::sleep_for(1us); }; in TEST() local 68 auto Func = []() { std::ifstream ifs{"./file.txt"}; }; in TEST() local 75 auto Func = []() { std::ofstream ofs{"./file.txt"}; }; in TEST() local 83 auto Func = [&]() { mutex.lock(); }; in TEST() local 91 auto Func = [&]() { mutex.unlock(); }; in TEST() local 100 auto Func = [&]() { mutex.lock(); }; in TEST() local 108 auto Func = [&]() { mutex.unlock(); }; in TEST() local 115 auto Func = [&]() { mutex.lock_shared(); }; in TEST() local [all …]
|
| H A D | rtsan_test_utilities.h | 19 template <typename Function> void RealtimeInvoke(Function &&Func) { in RealtimeInvoke() 21 std::forward<Function>(Func)(); in RealtimeInvoke() local 43 template <typename Function> void ExpectNonRealtimeSurvival(Function &&Func) { in ExpectNonRealtimeSurvival() 44 std::forward<Function>(Func)(); in ExpectNonRealtimeSurvival() local
|
| H A D | rtsan_test_interceptors.cpp | 69 auto Func = []() { EXPECT_NE(nullptr, malloc(1)); }; in TEST() local 76 auto Func = [ptr_1]() { EXPECT_NE(nullptr, realloc(ptr_1, 8)); }; in TEST() local 84 auto Func = [ptr_1]() { EXPECT_NE(nullptr, reallocf(ptr_1, 8)); }; in TEST() local 91 auto Func = []() { EXPECT_NE(nullptr, valloc(4)); }; in TEST() local 98 auto Func = []() { EXPECT_NE(nullptr, aligned_alloc(16, 32)); }; in TEST() local 122 auto Func = []() { in TEST() local 132 auto Func = []() { EXPECT_NE(memalign(2, 2048), nullptr); }; in TEST() local 140 auto Func = []() { EXPECT_NE(pvalloc(2048), nullptr); }; in TEST() local 151 auto Func = []() { sleep(0u); }; in TEST() local 157 auto Func = []() { usleep(1u); }; in TEST() local [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | LibCallsShrinkWrap.cpp | 131 const LibFunc &Func) { in performCallDomainErrorOnly() 183 const LibFunc &Func) { in performCallRangeErrorOnly() 221 const LibFunc &Func) { in performCallErrors() 294 LibFunc Func; in checkCandidate() local 314 const LibFunc &Func) { in generateOneRangeCond() 336 const LibFunc &Func) { in generateTwoRangeCond() 415 const LibFunc &Func) { in generateCondForPow() 488 LibFunc Func; in perform() local
|
| H A D | RelLookupTableConverter.cpp | 93 static GlobalVariable *createRelLookupTable(Function &Func, in createRelLookupTable() 138 Function &Func = *BB->getParent(); in convertToRelLookupTable() local
|
| H A D | SampleProfileInference.cpp | 602 FlowAdjuster(const ProfiParams &Params, FlowFunction &Func) in FlowAdjuster() 1043 FlowFunction &Func; member in __anon5aecd1f00111::FlowAdjuster 1057 FlowFunction &Func) { in initializeNetwork() 1185 FlowFunction &Func) { in extractWeights() 1221 void verifyInput(const FlowFunction &Func) { in verifyInput() 1258 void verifyOutput(const FlowFunction &Func) { in verifyOutput() 1323 void llvm::applyFlowInference(const ProfiParams &Params, FlowFunction &Func) { in applyFlowInference() 1365 void llvm::applyFlowInference(FlowFunction &Func) { in applyFlowInference()
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/orc/ |
| H A D | coff_platform.per_jd.cpp | 25 __orc_rt_coff_onexit_per_jd(OnExitFunction Func) { in __orc_rt_coff_onexit_per_jd() 29 ORC_RT_INTERFACE int __orc_rt_coff_atexit_per_jd(AtExitFunction Func) { in __orc_rt_coff_atexit_per_jd()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | MipsCCState.h | 105 std::vector<TargetLowering::ArgListEntry> &FuncArgs, const char *Func) { in PreAnalyzeCallOperands() 117 const char *Func) { in AnalyzeCallOperands() 145 void PreAnalyzeCallResult(const Type *RetTy, const char *Func) { in PreAnalyzeCallResult() 153 const char *Func) { in PreAnalyzeCallResult() 163 const char *Func) { in AnalyzeCallResult()
|
| H A D | MipsCCState.cpp | 39 bool MipsCCState::originalTypeIsF128(const Type *Ty, const char *Func) { in originalTypeIsF128() 134 const char *Func) { in PreAnalyzeCallOperand() 146 const char *Func) { in PreAnalyzeCallOperands()
|
| /freebsd/contrib/llvm-project/clang/lib/AST/Interp/ |
| H A D | InterpBuiltin.cpp | 344 const Function *Func) { in interp__builtin_fmax() 438 const Function *Func, in interp__builtin_isfpclass() 455 const Function *Func, in interp__builtin_fpclassify() 493 const Function *Func) { in interp__builtin_fabs() 502 const Function *Func, in interp__builtin_popcount() 512 const Function *Func, const CallExpr *Call) { in interp__builtin_parity() 521 const Function *Func, const CallExpr *Call) { in interp__builtin_clrsb() 530 const Function *Func, in interp__builtin_bitreverse() 540 const Function *Func, in interp__builtin_classify_type() 557 const Function *Func, const CallExpr *Call) { in interp__builtin_expect() [all …]
|
| H A D | FunctionPointer.h | 26 FunctionPointer(const Function *Func) : Func(Func), Valid(true) { in FunctionPointer() 31 : Func(reinterpret_cast<const Function *>(IntVal)), Valid(false) {} in Func() function
|
| H A D | Context.cpp | 30 Function *Func = P->getFunction(FD); in isPotentialConstantExpr() local 202 bool Context::Run(State &Parent, const Function *Func, APValue &Result) { in Run() 261 const Function *Func = P->getFunction(FD); in getOrCreateFunction() local
|
| H A D | Program.h | 99 auto *Func = new Function(*this, Def, std::forward<Ts>(Args)...); in createFunction() local 106 auto *Func = new Function(*this, std::forward<Ts>(Args)...); in createFunction() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUHSAMetadataStreamer.cpp | 214 void MetadataStreamerMsgPackV4::emitKernelLanguage(const Function &Func, in emitKernelLanguage() 233 void MetadataStreamerMsgPackV4::emitKernelAttrs(const Function &Func, in emitKernelAttrs() 260 auto &Func = MF.getFunction(); in emitKernelArgs() local 274 auto Func = Arg.getParent(); in emitKernelArg() local 387 auto &Func = MF.getFunction(); in emitHiddenKernelArgs() local 547 auto &Func = MF.getFunction(); in emitKernel() local 584 auto &Func = MF.getFunction(); in emitHiddenKernelArgs() local 690 void MetadataStreamerMsgPackV5::emitKernelAttrs(const Function &Func, in emitKernelAttrs()
|
| /freebsd/contrib/elftoolchain/addr2line/ |
| H A D | addr2line.c | 48 struct Func { struct 56 struct Func *inlined_caller; argument
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCLowerMASSVEntries.cpp | 97 PPCLowerMASSVEntries::createMASSVFuncName(Function &Func, in createMASSVFuncName() 107 bool PPCLowerMASSVEntries::handlePowSpecialCases(CallInst *CI, Function &Func, in handlePowSpecialCases() 136 bool PPCLowerMASSVEntries::lowerMASSVCall(CallInst *CI, Function &Func, in lowerMASSVCall()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | PGOMemOPSizeOpt.cpp | 145 LibFunc Func; in isMemcmp() local 153 LibFunc Func; in isBcmp() local 163 LibFunc Func; in getName() local 177 MemOPSizeOpt(Function &Func, BlockFrequencyInfo &BFI, in MemOPSizeOpt() 206 LibFunc Func; in visitCallInst() local 215 Function &Func; member in __anona03ef4830111::MemOPSizeOpt
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | RecordSerialization.h | 82 U Func; member 86 serialize_conditional_impl<T, U> serialize_conditional(T &Item, U Func) { in serialize_conditional() 98 U Func; member 161 serialize_array_impl<T, U> serialize_array(ArrayRef<T> &Item, U Func) { in serialize_array()
|
| H A D | TypeCollection.h | 34 template <typename TFunc> void ForEachRecord(TFunc Func) { in ForEachRecord()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/ObjCARC/ |
| H A D | ObjCARC.cpp | 25 FunctionCallee Func, ArrayRef<Value *> Args, const Twine &NameStr, in createCallInstWithColors() 84 Function *Func = *objcarc::getAttachedARCFunction(AnnotatedCall); in insertRVCallWithColors() local
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/ |
| H A D | SampleProfileInference.h | 210 FlowFunction Func = createFlowFunction(BasicBlocks, BlockIndex); in apply() local 245 FlowFunction Func; in createFlowFunction() local 303 findUnlikelyJumps(const std::vector<const BasicBlockT * > & BasicBlocks,BlockEdgeMap & Successors,FlowFunction & Func) findUnlikelyJumps() argument [all...] |
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | AbstractCallSite.h | 226 void forEachCallbackCallSite(const CallBase &CB, UnaryFunction Func) { in forEachCallbackCallSite() 238 void forEachCallbackFunction(const CallBase &CB, UnaryFunction Func) { in forEachCallbackFunction()
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/ |
| H A D | PDBContext.cpp | 43 if (auto Func = dyn_cast_or_null<PDBSymbolFunc>(Symbol.get())) { in getLineInfoForAddress() local 150 auto *Func = dyn_cast_or_null<PDBSymbolFunc>(FuncSymbol.get()); in getFunctionName() local
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-cov/ |
| H A D | llvm-cov.cpp | 68 MainFunction Func = StringSwitch<MainFunction>(argv[1]) in main() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | CycleAnalysis.cpp | 62 bool CycleInfoWrapperPass::runOnFunction(Function &Func) { in runOnFunction()
|