Searched refs:NAME (Results 76 - 100 of 255) sorted by relevance

1234567891011

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDIEHash.h29 #define HANDLE_DIE_HASH_ATTR(NAME) DIEValue NAME;
/freebsd-13-stable/tools/
H A Dmake_libdeps.sh58 while read NAME && read DIR
60 if [ "$NAME" = "$1" ]; then
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DCommandFlags.cpp23 #define CGOPT(TY, NAME) \
24 static cl::opt<TY> *NAME##View; \
25 TY codegen::get##NAME() { \
26 assert(NAME##View && "RegisterCodeGenFlags not created."); \
27 return *NAME##View; \
30 #define CGLIST(TY, NAME) \
31 static cl::list<TY> *NAME##View; \
32 std::vector<TY> codegen::get##NAME() { \
33 assert(NAME##View && "RegisterCodeGenFlags not created."); \
34 return *NAME##Vie
[all...]
/freebsd-13-stable/contrib/netbsd-tests/lib/libc/sys/
H A Dt_lwp_create.c70 #define INVALID_UCONTEXT(ARCH,NAME,DESC) \
71 static void ARCH##_##NAME(ucontext_t *); \
72 ATF_TC(lwp_create_##ARCH##_fail_##NAME); \
73 ATF_TC_HEAD(lwp_create_##ARCH##_fail_##NAME, tc) \
79 ATF_TC_BODY(lwp_create_##ARCH##_fail_##NAME, tc) \
87 ARCH##_##NAME(&uc); \
92 static void ARCH##_##NAME(ucontext_t *uc) \
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Passes/
H A DPassBuilder.cpp400 #define MODULE_ANALYSIS(NAME, CREATE_PASS) \
409 #define CGSCC_ANALYSIS(NAME, CREATE_PASS) \
418 #define FUNCTION_ANALYSIS(NAME, CREATE_PASS) \
427 #define LOOP_ANALYSIS(NAME, CREATE_PASS) \
1934 #define MODULE_PASS(NAME, CREATE_PASS) \
1935 if (Name == NAME) \
1937 #define MODULE_ANALYSIS(NAME, CREATE_PASS) \
1938 if (Name == "require<" NAME ">" || Name == "invalidate<" NAME ">") \
1959 #define CGSCC_PASS(NAME, CREATE_PAS
[all...]
/freebsd-13-stable/libexec/rc/rc.d/
H A Dos-release29 NAME=FreeBSD
/freebsd-13-stable/release/powerpc/
H A Dgenerate-hfs.sh34 <OS-NAME>FreeBSD</OS-NAME>
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DInlineModelFeatureMaps.h52 #define POPULATE_INDICES(INDEX_NAME, NAME, COMMENT) INDEX_NAME,
/freebsd-13-stable/contrib/flex/src/
H A Dscan.l79 return NAME; \
143 NAME ([[:alpha:]_][[:alnum:]_-]*)
146 SCNAME {NAME}
173 ^"%s"{NAME}? return SCDECL;
174 ^"%x"{NAME}? return XSCDECL;
208 ^{NAME} {
472 return NAME;
690 "{"{NAME}"}"[[:space:]]? {
939 {NAME} ACTION_ECHO;
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DSanitizers.h133 #define SANITIZER(NAME, ID) SO_##ID,
134 #define SANITIZER_GROUP(NAME, ID, ALIAS) SO_##ID##Group,
139 #define SANITIZER(NAME, ID) \
142 #define SANITIZER_GROUP(NAME, ID, ALIAS) \
/freebsd-13-stable/contrib/llvm-project/clang/lib/Basic/
H A DIdentifierTable.cpp208 #define KEYWORD(NAME, FLAGS) \
209 AddKeyword(StringRef(#NAME), tok::kw_ ## NAME, \
211 #define ALIAS(NAME, TOK, FLAGS) \
212 AddKeyword(StringRef(NAME), tok::kw_ ## TOK, \
214 #define CXX_KEYWORD_OPERATOR(NAME, ALIAS) \
216 AddCXXOperatorKeyword(StringRef(#NAME), tok::ALIAS, *this);
217 #define OBJC_AT_KEYWORD(NAME) \
219 AddObjCKeyword(StringRef(#NAME), tok::objc_##NAME, *thi
[all...]
/freebsd-13-stable/contrib/wpa/wpa_supplicant/examples/
H A Dp2p-action-udhcp.sh7 NAME=$1
16 if ps $PID | grep -q $NAME; then
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFUnitIndex.h60 #define HANDLE_DW_SECT(ID, NAME) DW_SECT_##NAME = ID,
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DCommentVisitor.h23 #define DISPATCH(NAME, CLASS) \
24 return static_cast<ImplClass *>(this)->visit##NAME( \
H A DDependenceFlags.h81 #define LLVM_COMMON_DEPENDENCE(NAME) \
82 struct NAME##Scope { \
83 enum NAME : uint8_t { \
96 using NAME = NAME##Scope::NAME;
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Frontend/
H A DAnalyzerHelpFlags.cpp80 #define ANALYZER_OPTION(TYPE, NAME, CMDFLAG, DESC, DEFAULT_VAL) \
89 #define ANALYZER_OPTION_DEPENDS_ON_USER_MODE(TYPE, NAME, CMDFLAG, DESC, \
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBTF.h93 #define HANDLE_BTF_KIND(ID, NAME) BTF_KIND_##NAME = ID,
/freebsd-13-stable/contrib/openbsm/bin/auditdistd/
H A Dtoken.l67 name { DP; return NAME; }
/freebsd-13-stable/contrib/bmake/mk/
H A Dfiles.mk48 .if defined(${group}NAME.${file:T})
50 STAGE_AS_${file} = ${${group}NAME.${file:T}}
56 -m ${FILESMODE} ${.ALLSRC:Nfile_mkdirs} ${DESTDIR}${${group}DIR}/${${group}NAME.${file:T}}
H A Dinc.mk54 .if defined(${group}NAME.${header:T})
56 STAGE_AS_${header} = ${${group}NAME.${header:T}}
61 ${INSTALL} ${INC_COPY} ${${group}_INSTALL_OWN.${header:T}} -m ${INCMODE} ${.ALLSRC:Ninc_mkdirs} ${DESTDIR}${${group}DIR}/${${group}NAME.${header:T}}
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A DAArch64TargetParser.cpp32 #define AARCH64_CPU_NAME(NAME, ID, DEFAULT_FPU, IS_DEFAULT, DEFAULT_EXT) \
33 .Case(NAME, ARM::DEFAULT_FPU)
43 #define AARCH64_CPU_NAME(NAME, ID, DEFAULT_FPU, IS_DEFAULT, DEFAULT_EXT) \
44 .Case(NAME, AArch64ARCHNames[static_cast<unsigned>(ArchKind::ID)] \
56 #define AARCH64_CPU_NAME(NAME, ID, DEFAULT_FPU, IS_DEFAULT, DEFAULT_EXT) \
57 .Case(NAME, ArchKind::ID)
/freebsd-13-stable/share/mk/
H A Dbsd.confs.mk74 . if defined(${group}NAME)
75 ${group}NAME_${cnf}?= ${${group}NAME}
106 . if defined(${group}NAME)
107 ${group}NAME_${cnf}?= ${${group}NAME}
110 . endif # defined(${group}NAME)
H A Dbsd.incs.mk48 defined(${group}NAME_${header:T}) || defined(${group}NAME)
53 .if defined(${group}NAME)
54 ${group}NAME_${header:T}?= ${${group}NAME}
81 .if defined(${group}NAME)
83 ${.ALLSRC} ${DESTDIR}${${group}DIR}/${${group}NAME}
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/VE/Disassembler/
H A DVEDisassembler.cpp482 #define BCm_kind(NAME) \
483 case NAME##rri: \
484 case NAME##rzi: \
485 case NAME##iri: \
486 case NAME##izi: \
487 case NAME##rri_nt: \
488 case NAME##rzi_nt: \
489 case NAME##iri_nt: \
490 case NAME##izi_nt: \
491 case NAME##rri_
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/MCTargetDesc/
H A DWebAssemblyMCTargetDesc.h150 #define WASM_LOAD_STORE(NAME) \
151 case WebAssembly::NAME##_A32: \
152 case WebAssembly::NAME##_A64: \
153 case WebAssembly::NAME##_A32_S: \
154 case WebAssembly::NAME##_A64_S:

Completed in 263 milliseconds

1234567891011