Home
last modified time | relevance | path

Searched defs:FN (Results 1 – 21 of 21) sorted by relevance

/freebsd/contrib/arm-optimized-routines/string/include/
H A Dbenchlib.h34 #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 Dxray-stacks.cpp446 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 DUninitializedObject.h337 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 Dhwasan_allocation_functions.cpp156 # define INTERCEPTOR_ALIAS(RET, FN, ARGS...) \ argument
160 # define INTERCEPTOR_ALIAS(RET, FN, ARGS...) \ argument
/freebsd/contrib/llvm-project/llvm/lib/TextAPI/
H A DSymbol.cpp50 std::function<bool(const Target &)> FN = in targets() local
/freebsd/contrib/netbsd-tests/fs/vfs/
H A Dt_vnops.c124 #define FIELD(FN) \ in lookup_complex() argument
127 #define TIME(FN) \ in lookup_complex() argument
/freebsd/contrib/ncurses/ncurses/tinfo/
H A Daccess.c63 # define ACCESS(FN, MODE) access((FN), (MODE)&(R_OK|W_OK)) argument
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/Debugging/
H A DDebuggerSupportPlugin.cpp178 for (auto &FN : P.FileNames) in startSynthesis() local
/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerMerge.cpp418 for (auto &FN: FilesToUse) in WriteNewControlFile() local
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DSourceMgr.cpp378 SMDiagnostic::SMDiagnostic(const SourceMgr &sm, SMLoc L, StringRef FN, int Line, in SMDiagnostic()
H A Draw_ostream.cpp379 raw_ostream &raw_ostream::operator<<(const FormattedNumber &FN) { in operator <<()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DMergeFunctions.cpp964 void MergeFunctions::replaceFunctionInTree(const FunctionNode &FN, in replaceFunctionInTree()
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPPMacroExpansion.cpp1649 SmallString<256> FN; in ExpandBuiltinMacro() local
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonCommonGEP.cpp1030 for (auto &FN : FNs) { in separateConstantChains() local
H A DHexagonISelDAGToDAGHVX.cpp2519 ForwardDeltaNetwork FN(SM.Mask); in butterfly() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaAccess.cpp1518 } else if (FunctionDecl *FN = dyn_cast<FunctionDecl>(D)) { in HandleDelayedAccessCheck() local
/freebsd/contrib/llvm-project/llvm/include/llvm/TableGen/
H A DRecord.h1379 FieldInit(const Init *R, const StringInit *FN) in FieldInit()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp4412 if (auto *FN = dyn_cast<FrameIndexSDNode>(N->getOperand(0))) { in isOrEquivalentToAdd() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp1018 StringRef FN = DIUnit->getFilename(); in finishUnitAttributes() local
/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DRecord.cpp2532 const FieldInit *FieldInit::get(const Init *R, const StringInit *FN) { in get()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h2876 enum { FN = 0, PREARGS_START = 1 }; enumerator