Home
last modified time | relevance | path

Searched +defs:make +defs:value (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/gpl2/gmake/dist/
H A Dmisc.c631 static enum { make, user } current_access; enumerator
837 static unsigned int value; in get_path_max() local
/netbsd-src/usr.bin/make/
H A Dmain.c847 FStr value = Var_Value(SCOPE_GLOBAL, varname); in PrintVar() local
863 char *value; in GetBooleanExpr() local
1126 const char *make = argv0; InitVarMake() local
1210 char *value; InitMaxJobs() local
[all...]
/netbsd-src/external/gpl3/gcc/dist/gcc/analyzer/
H A Dstore.cc124 binding_key::make (store_manager *mgr, const region *r) in make() function in ana::binding_key
612 const svalue *value = *const_cast <map_t &> (m_map).get (key); in dump_to_pp() local
676 const svalue *value = *const_cast <map_t &> (m_map).get (key); in to_json() local
/netbsd-src/external/apache2/llvm/dist/libcxx/src/
H A Dlocale.cpp87 make(A0 a0) in make() function
97 make(A0 a0, A1 a1) in make() function
107 make(A0 a0, A1 a1, A2 a2) in make() function
5655 const char value = static_cast<char>(money_base::value); in __init_pat() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h2169 Float value; in printLeft() member
2415 template <class T, class... Args> Node *make(Args &&... args) { in make() function