| /freebsd/contrib/arm-optimized-routines/string/include/ |
| H A D | benchlib.h | 34 #define RUN(BENCH, FN) BENCH(#FN, FN) argument 37 # define RUNA64(BENCH, FN) BENCH(#FN, FN) argument 39 # define RUNA64(BENCH, FN) argument 43 # define RUNSVE(BENCH, FN) BENCH(#FN, FN) argument 45 # define RUNSVE(BENCH, FN) argument 49 # define RUNMOPS(BENCH, FN) BENCH(#FN, FN) argument 51 # define RUNMOPS(BENCH, FN) argument 55 # define RUNA32(BENCH, FN) BENCH(#FN, FN) argument 57 # define RUNA32(BENCH, FN) argument 61 # define RUNT32(BENCH, FN) BENCH(#FN, FN) argument [all …]
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-xray/ |
| H A D | xray-stacks.cpp | 446 FuncIdConversionHelper &FN) { in printStack() 476 void printPerThread(raw_ostream &OS, FuncIdConversionHelper &FN) { in printPerThread() 486 void printAllPerThread(raw_ostream &OS, FuncIdConversionHelper &FN, in printAllPerThread() 495 void printIgnoringThreads(raw_ostream &OS, FuncIdConversionHelper &FN) { in printIgnoringThreads() 529 void printAllAggregatingThreads(raw_ostream &OS, FuncIdConversionHelper &FN, in printAllAggregatingThreads() 539 void printAggregatingThreads(raw_ostream &OS, FuncIdConversionHelper &FN) { in printAggregatingThreads() 547 void printAll(raw_ostream &OS, FuncIdConversionHelper &FN, in printAll() 583 void print(raw_ostream &OS, FuncIdConversionHelper &FN, in print()
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/UninitializedObject/ |
| H A D | UninitializedObject.h | 337 inline FieldChainInfo FieldChainInfo::add(const FieldNodeT &FN) { in add() 348 inline FieldChainInfo FieldChainInfo::replaceHead(const FieldNodeT &FN) { in replaceHead()
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/ |
| H A D | hwasan_allocation_functions.cpp | 156 # define INTERCEPTOR_ALIAS(RET, FN, ARGS...) \ argument 160 # define INTERCEPTOR_ALIAS(RET, FN, ARGS...) \ argument
|
| /freebsd/contrib/llvm-project/llvm/lib/TextAPI/ |
| H A D | Symbol.cpp | 50 std::function<bool(const Target &)> FN = in targets() local
|
| /freebsd/contrib/netbsd-tests/fs/vfs/ |
| H A D | t_vnops.c | 124 #define FIELD(FN) \ in lookup_complex() argument 127 #define TIME(FN) \ in lookup_complex() argument
|
| /freebsd/contrib/ncurses/ncurses/tinfo/ |
| H A D | access.c | 63 # define ACCESS(FN, MODE) access((FN), (MODE)&(R_OK|W_OK)) argument
|
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/Debugging/ |
| H A D | DebuggerSupportPlugin.cpp | 178 for (auto &FN : P.FileNames) in startSynthesis() local
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/ |
| H A D | FuzzerMerge.cpp | 418 for (auto &FN: FilesToUse) in WriteNewControlFile() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Support/ |
| H A D | SourceMgr.cpp | 378 SMDiagnostic::SMDiagnostic(const SourceMgr &sm, SMLoc L, StringRef FN, int Line, in SMDiagnostic()
|
| H A D | raw_ostream.cpp | 379 raw_ostream &raw_ostream::operator<<(const FormattedNumber &FN) { in operator <<()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | MergeFunctions.cpp | 964 void MergeFunctions::replaceFunctionInTree(const FunctionNode &FN, in replaceFunctionInTree()
|
| /freebsd/contrib/llvm-project/clang/lib/Lex/ |
| H A D | PPMacroExpansion.cpp | 1649 SmallString<256> FN; in ExpandBuiltinMacro() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonCommonGEP.cpp | 1030 for (auto &FN : FNs) { in separateConstantChains() local
|
| H A D | HexagonISelDAGToDAGHVX.cpp | 2519 ForwardDeltaNetwork FN(SM.Mask); in butterfly() local
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaAccess.cpp | 1518 } else if (FunctionDecl *FN = dyn_cast<FunctionDecl>(D)) { in HandleDelayedAccessCheck() local
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/TableGen/ |
| H A D | Record.h | 1379 FieldInit(const Init *R, const StringInit *FN) in FieldInit()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGISel.cpp | 4412 if (auto *FN = dyn_cast<FrameIndexSDNode>(N->getOperand(0))) { in isOrEquivalentToAdd() local
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DwarfDebug.cpp | 1018 StringRef FN = DIUnit->getFilename(); in finishUnitAttributes() local
|
| /freebsd/contrib/llvm-project/llvm/lib/TableGen/ |
| H A D | Record.cpp | 2532 const FieldInit *FieldInit::get(const Init *R, const StringInit *FN) { in get()
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | Expr.h | 2876 enum { FN = 0, PREARGS_START = 1 }; enumerator
|