Searched refs:K_ (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/bmake/ |
H A D | bmake.cat1 | 16 …given, bbmmaakkee looks for the makefiles listed in _._M_A_K_E_._M_A_K_E_F_I_L_… 129 _._M_A_K_E_._E_X_P_A_N_D___V_A_R_I_A_B_L_E_S. 142 …in _._M_A_K_E_._M_A_K_E_F_I_L_E___P_R_E_F_E_R_E_N_C_E. If _m_a_k_e_… 169 _._M_A_K_E_._J_O_B_S. Turns compatibility mode off, unless the --BB option 209 actually execute them unless the target depends on the _._M_A_K_E 247 …_._M_A_K_E_._E_X_P_A_N_D___V_A_R_I_A_B_L_E_S is set to true and the --ddV… 340 This is similar to the effect of the _._M_A_K_E special source, 490 …_._M_A_K_E_._T_A_R_G_E_T___L_O_C_A_L___V_A_R_I_A_B_L_E_S is set to `fa… 560 …Is used in error handling, see _M_A_K_E___P_R_I_N_T___V_A_R___O_N___E_R_R_O_… 563 …Is used in error handling, see _M_A_K_E___P_R_I_N_T___V_A_R___O_N___E_R_R_O_… [all …]
|
/freebsd/contrib/llvm-project/clang/include/clang/Interpreter/ |
H A D | Value.h | 103 #define X(type, name) K_##name, 168 case Value::K_##name: \ in as()
|
/freebsd/contrib/llvm-project/clang/lib/Interpreter/ |
H A D | Value.cpp | 117 return Value::K_##name; in ConvertQualTypeToKind()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Demangle/ |
H A D | ItaniumDemangle.h | 217 Node(Kind K_, Prec Precedence_ = Prec::Primary, 220 : K(K_), Precedence(Precedence_), RHSComponentCache(RHSComponentCache_), in K() argument 222 Node(Kind K_, Cache RHSComponentCache_, Cache ArrayCache_ = Cache::No, 224 : Node(K_, Prec::Primary, RHSComponentCache_, ArrayCache_, in Node() argument 1649 ExpandedSpecialSubstitution(SpecialSubKind SSK_, Kind K_) in ExpandedSpecialSubstitution() argument 1650 : Node(K_), SSK(SSK_) {} in ExpandedSpecialSubstitution()
|
/freebsd/contrib/ntp/ |
H A D | CommitLog | 19557 move SORTED K_... defines outside MAIN and LIB ifdef, fix var typos and char arg caught by gcc missed by VS/VC [all...] |