Home
last modified time | relevance | path

Searched defs:FN (Results 1 – 20 of 20) 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.cpp450 FuncIdConversionHelper &FN) { in printStack() argument
480 void printPerThread(raw_ostream &OS, FuncIdConversionHelper &FN) { in printPerThread() argument
490 void printAllPerThread(raw_ostream &OS, FuncIdConversionHelper &FN, in printAllPerThread() argument
503 printIgnoringThreads(raw_ostream & OS,FuncIdConversionHelper & FN) printIgnoringThreads() argument
545 printAllAggregatingThreads(raw_ostream & OS,FuncIdConversionHelper & FN,StackOutputFormat format) printAllAggregatingThreads() argument
555 printAggregatingThreads(raw_ostream & OS,FuncIdConversionHelper & FN) printAggregatingThreads() argument
563 printAll(raw_ostream & OS,FuncIdConversionHelper & FN,RootVector RootValues,uint32_t ThreadId,bool ReportThread) printAll() argument
600 print(raw_ostream & OS,FuncIdConversionHelper & FN,RootVector RootValues) print() argument
[all...]
/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_allocation_functions.cpp160 # define INTERCEPTOR_ALIAS(RET, FN, ARGS...) \ argument
164 # 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/ncurses/ncurses/tinfo/
H A Daccess.c60 # define ACCESS(FN, MODE) access((FN), (MODE)&(R_OK|W_OK)) argument
/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/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.cpp381 raw_ostream &raw_ostream::operator<<(const FormattedNumber &FN) { in operator <<()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DMergeFunctions.cpp941 void MergeFunctions::replaceFunctionInTree(const FunctionNode &FN, in replaceFunctionInTree()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonCommonGEP.cpp1035 for (auto &FN : FNs) { in separateConstantChains() local
H A DHexagonISelDAGToDAGHVX.cpp2530 ForwardDeltaNetwork FN(SM.Mask); butterfly() local
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPPMacroExpansion.cpp1699 SmallString<256> FN; in ExpandBuiltinMacro() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaAccess.cpp1519 } else if (FunctionDecl *FN = dyn_cast<FunctionDecl>(D)) { in HandleDelayedAccessCheck() local
/freebsd/contrib/llvm-project/llvm/include/llvm/TableGen/
H A DRecord.h1405 FieldInit(Init *R, StringInit *FN) in FieldInit()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp4353 if (auto *FN = dyn_cast<FrameIndexSDNode>(N->getOperand(0))) { in isOrEquivalentToAdd() local
/freebsd/sys/sys/
H A Dmount.h916 #define VFS_EXTATTRCTL(MP, C, FN, NS, N) ({ \ argument
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp1012 StringRef FN = DIUnit->getFilename(); in finishUnitAttributes() local
/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DRecord.cpp2370 FieldInit *FieldInit::get(Init *R, StringInit *FN) { in get()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h2831 enum { FN = 0, PREARGS_START = 1 }; enumerator