Searched refs:FN (Results 1 - 25 of 27) sorted by relevance

12

/freebsd-11.0-release/contrib/gcc/config/i386/
H A Dsol2.h102 #define ASM_OUTPUT_CALL(FILE, FN) \
106 print_operand (FILE, XEXP (DECL_RTL (FN), 0), 'P'); \
/freebsd-11.0-release/contrib/gcc/config/sparc/
H A Dsol2.h168 #define ASM_OUTPUT_CALL(FILE, FN) \
172 print_operand (FILE, XEXP (DECL_RTL (FN), 0), 0); \
/freebsd-11.0-release/contrib/gcc/
H A Dbasic-block.h392 /* Defines for accessing the fields of the CFG structure for function FN. */
393 #define ENTRY_BLOCK_PTR_FOR_FUNCTION(FN) ((FN)->cfg->x_entry_block_ptr)
394 #define EXIT_BLOCK_PTR_FOR_FUNCTION(FN) ((FN)->cfg->x_exit_block_ptr)
395 #define basic_block_info_for_function(FN) ((FN)->cfg->x_basic_block_info)
396 #define n_basic_blocks_for_function(FN) ((FN)->cfg->x_n_basic_blocks)
397 #define n_edges_for_function(FN) ((F
[all...]
H A Dtree.h250 #define BUILTIN_EXP10_P(FN) \
251 ((FN) == BUILT_IN_EXP10 || (FN) == BUILT_IN_EXP10F || (FN) == BUILT_IN_EXP10L \
252 || (FN) == BUILT_IN_POW10 || (FN) == BUILT_IN_POW10F || (FN) == BUILT_IN_POW10L)
254 #define BUILTIN_EXPONENT_P(FN) (BUILTIN_EXP10_P (FN) \
255 || (FN)
[all...]
H A Dfix-header.c451 #define REQUIRED(FN) ((FN)->partial == &required_dummy_proto)
452 #define SET_REQUIRED(FN) ((FN)->partial = &required_dummy_proto)
453 #define SET_SEEN(FN) ((FN)->partial = &seen_dummy_proto)
454 #define SEEN(FN) ((FN)->partial == &seen_dummy_proto)
H A Dconvert.c192 #define CASE_MATHFN(FN) case BUILT_IN_##FN: case BUILT_IN_##FN##L:
/freebsd-11.0-release/contrib/llvm/lib/Support/
H A Draw_ostream.cpp414 raw_ostream &raw_ostream::operator<<(const FormattedNumber &FN) { argument
415 if (FN.Hex) {
416 unsigned Nibbles = (64 - countLeadingZeros(FN.HexValue)+3)/4;
417 unsigned PrefixChars = FN.HexPrefix ? 2 : 0;
418 unsigned Width = std::max(FN.Width, Nibbles + PrefixChars);
421 if (!FN.HexPrefix)
425 const char A = FN.Upper ? 'A' : 'a';
426 unsigned long long N = FN.HexValue;
436 if (FN.DecValue == 0) {
437 this->indent(FN
[all...]
H A DSourceMgr.cpp232 SMDiagnostic::SMDiagnostic(const SourceMgr &sm, SMLoc L, StringRef FN, argument
237 : SM(&sm), Loc(L), Filename(FN), LineNo(Line), ColumnNo(Col), Kind(Kind),
/freebsd-11.0-release/contrib/netbsd-tests/fs/vfs/
H A Dt_vnops.c106 #define FIELD(FN) \
107 printf(#FN "\t%lld\t%lld\n", \
108 (long long)sb1.FN, (long long)sb2.FN)
109 #define TIME(FN) \
110 printf(#FN "\t%lld.%ld\t%lld.%ld\n", \
111 (long long)sb1.FN.tv_sec, sb1.FN.tv_nsec, \
112 (long long)sb2.FN.tv_sec, sb2.FN
[all...]
/freebsd-11.0-release/contrib/llvm/tools/llvm-link/
H A Dllvm-link.cpp110 const std::string &FN,
114 if (Verbose) errs() << "Loading '" << FN << "'\n";
116 getLazyIRFileModule(FN, Err, Context, !MaterializeMetadata);
109 loadFile(const char *argv0, const std::string &FN, LLVMContext &Context, bool MaterializeMetadata = true) argument
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/Basic/
H A DSourceLocation.h362 PresumedLoc(const char *FN, unsigned Ln, unsigned Co, SourceLocation IL) argument
363 : Filename(FN), Line(Ln), Col(Co), IncludeLoc(IL) {
/freebsd-11.0-release/contrib/llvm/include/llvm/Support/
H A DSourceMgr.h253 SMDiagnostic(const SourceMgr &sm, SMLoc L, StringRef FN,
/freebsd-11.0-release/contrib/expat/
H A DMakefile.in91 for FN in $(APIHEADER) ; do $(INSTALL_DATA) $$FN $(DESTDIR)$(includedir) ; done
/freebsd-11.0-release/contrib/gcc/cp/
H A Dmangle.c72 # define MANGLE_TRACE(FN, INPUT) \
73 fprintf (stderr, " %-24s: %-24s\n", (FN), (INPUT))
74 # define MANGLE_TRACE_TREE(FN, NODE) \
76 (FN), tree_code_name[TREE_CODE (NODE)], (void *) (NODE))
78 # define MANGLE_TRACE(FN, INPUT)
79 # define MANGLE_TRACE_TREE(FN, NODE)
H A Dcp-tree.h1727 /* Perform an action for each clone of FN, if FN is a function with
1734 #define FOR_EACH_CLONE(CLONE, FN) \
1735 if (TREE_CODE (FN) == FUNCTION_DECL \
1736 && (DECL_MAYBE_IN_CHARGE_CONSTRUCTOR_P (FN) \
1737 || DECL_MAYBE_IN_CHARGE_DESTRUCTOR_P (FN))) \
1738 for (CLONE = TREE_CHAIN (FN); \
1765 /* If FN is a conversion operator, the type to which it converts.
1767 #define DECL_CONV_FN_TYPE(FN) \
1768 (DECL_CONV_FN_P (FN)
[all...]
H A Dcall.c134 #define convert_like_with_context(CONV, EXPR, FN, ARGNO) \
135 convert_like_real ((CONV), (EXPR), (FN), (ARGNO), 0, \
393 FN. */
397 /* If FN is a user-defined conversion, the standard conversion
398 sequence from the type returned by FN to the desired destination
402 /* If FN is a member function, the binfo indicating the path used to
403 qualify the name of FN at the call site. This path is used to
404 determine whether or not FN is accessible if it is selected by
405 overload resolution. The DECL_CONTEXT of FN will always be a
408 /* If FN i
[all...]
/freebsd-11.0-release/contrib/llvm/lib/Transforms/IPO/
H A DMergeFunctions.cpp1422 void replaceFunctionInTree(const FunctionNode &FN, Function *G);
1431 // there is exactly one mapping F -> FN for each FunctionNode FN in FnTree.
1769 void MergeFunctions::replaceFunctionInTree(const FunctionNode &FN, argument
1771 Function *F = FN.getFunc();
1780 assert(&(*IterToFNInFnTree) == &FN && "F should map to FN in FNodesInTree.");
1781 // Remove F -> FN and insert G -> FN
1784 // Replace F with G in FN, whic
[all...]
/freebsd-11.0-release/contrib/llvm/include/llvm/TableGen/
H A DRecord.h1003 FieldInit(Init *R, const std::string &FN) argument
1004 : TypedInit(IK_FieldInit, R->getFieldType(FN)), Rec(R), FieldName(FN) {
1015 static FieldInit *get(Init *R, const std::string &FN);
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Lex/
H A DPPMacroExpansion.cpp1517 SmallString<128> FN;
1519 FN += PLoc.getFilename();
1520 Lexer::Stringify(FN);
1521 OS << '"' << FN << '"';
/freebsd-11.0-release/sys/sys/
H A Dmount.h744 #define VFS_EXTATTRCTL(MP, C, FN, NS, N) ({ \
748 _rc = (*(MP)->mnt_op->vfs_extattrctl)(MP, C, FN, NS, N); \
/freebsd-11.0-release/contrib/llvm/lib/TableGen/
H A DRecord.cpp1397 FieldInit *FieldInit::get(Init *R, const std::string &FN) { argument
1401 Key TheKey(std::make_pair(R, FN));
1404 if (!I) I.reset(new FieldInit(R, FN));
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaAccess.cpp1482 } else if (FunctionDecl *FN = dyn_cast<FunctionDecl>(D)) {
1483 DC = FN;
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/AST/
H A DExpr.h2135 enum { FN=0, PREARGS_START=1 }; enumerator in enum:clang::StringLiteral::final::CallExpr::__anon3405
2170 const Expr *getCallee() const { return cast<Expr>(SubExprs[FN]); }
2171 Expr *getCallee() { return cast<Expr>(SubExprs[FN]); }
2172 void setCallee(Expr *F) { SubExprs[FN] = F; }
/freebsd-11.0-release/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp387 StringRef FN = DIUnit->getFilename(); local
409 NewCU.addString(Die, dwarf::DW_AT_name, FN);
/freebsd-11.0-release/contrib/binutils/gas/config/
H A Dtc-arm.c14554 REGNUM(f,0,FN), REGNUM(f,1,FN), REGNUM(f,2,FN), REGNUM(f,3,FN),
14555 REGNUM(f,4,FN), REGNUM(f,5,FN), REGNUM(f,6,FN), REGNUM(f,7, FN),
14557 REGNUM(F,0,FN), REGNUM(F,1,FN), REGNU
[all...]

Completed in 207 milliseconds

12