/minix3/external/mit/lua/dist/src/ |
H A D | lgc.c | 71 #define makewhite(g,x) \ argument 87 #define markvalue(g,o) { checkconsistency(o); \ argument 90 #define markobject(g,t) { if (iswhite(t)) reallymarkobject(g, obj2gco(t)); } argument 96 #define markobjectN(g,t) { if (t) markobject(g,t); } argument 138 static int iscleared (global_State *g, const TValue *o) { in iscleared() 155 global_State *g = G(L); in luaC_barrier_() local 171 global_State *g = G(L); in luaC_barrierback_() local 185 global_State *g = G(L); in luaC_upvalbarrier_() local 194 global_State *g = G(L); in luaC_fix() local 208 global_State *g = G(L); in luaC_newobj() local [all …]
|
H A D | lstate.c | 69 global_State g; member 102 void luaE_setdebt (global_State *g, l_mem debt) { in luaE_setdebt() 180 static void init_registry (lua_State *L, global_State *g) { in init_registry() 200 global_State *g = G(L); in f_luaopen() local 217 static void preinit_thread (lua_State *L, global_State *g) { in preinit_thread() 238 global_State *g = G(L); in close_state() local 252 global_State *g = G(L); in lua_newthread() local 294 global_State *g; in lua_newstate() local
|
/minix3/external/bsd/llvm/dist/clang/test/CXX/temp/temp.spec/temp.expl.spec/ |
H A D | p14.cpp | 4 template<class T> inline void g(T) { /* ... */ } in g() function 7 template<> void g<>(int) { /* ... */ } in g() function 17 void X<T>::g() { in g() function in X 34 template<> inline void X<int>::g() { } in g() function in X
|
/minix3/external/bsd/llvm/dist/clang/test/SemaTemplate/ |
H A D | atomics.cpp | 8 int g(long long* x) { return f(x); } in g() function 9 int g(int* x) { return f(x); } in g() function 13 void g(unsigned *x) { in g() function
|
/minix3/external/bsd/llvm/dist/clang/test/CodeGen/ |
H A D | attr-cleanup.c | 5 void g() { in g() function 6 __attribute__((cleanup(f))) void *g; in g() local
|
/minix3/external/bsd/libc++/dist/libcxx/test/std/experimental/any/any.class/any.cons/ |
H A D | move.pass.cpp | 40 DisableAllocationGuard g; ((void)g); in test_move_does_not_throw() local 56 DisableAllocationGuard g; ((void)g); // no allocations should be performed. in test_move_empty() local 76 DisableAllocationGuard g; ((void)g); in test_move() local
|
H A D | copy.pass.cpp | 49 DisableAllocationGuard g; ((void)g); // No allocations should occur. in test_copy_empty() local 61 DisableAllocationGuard g(isSmallType<Type>()); ((void)g); in test_copy() local
|
/minix3/external/bsd/llvm/dist/clang/test/Sema/ |
H A D | ms-wchar.c | 9 __wchar_t g = L'a'; // expected-note {{previous}} variable 12 unsigned short g; // expected-error {{redefinition of 'g' with a different type: 'unsigned short' v… variable
|
H A D | redefinition.c | 13 extern inline int g(void) { return 0; } // expected-note{{previous definition}} in g() function 14 int g(void) { return 0; } // expected-error{{redefinition of a 'extern inline' function 'g' is not … in g() function
|
H A D | 128bitfloat.cpp | 11 void g(int x, __float128 *y) { in g() function 20 void g(int x, __float128 *y) { // expected-error {{unknown type name '__float128'}} in g() function
|
/minix3/external/bsd/llvm/dist/clang/test/PCH/ |
H A D | cxx-trailing-return.cpp | 8 typedef int g(); typedef 14 typedef void g; // expected-error {{typedef redefinition with different types ('void' vs 'int ()')}} typedef
|
/minix3/external/bsd/llvm/dist/clang/test/Modules/macro-reexport/ |
H A D | macro-reexport.cpp | 15 void g() { return assert(true); } // expected-error {{undeclared identifier 'assert'}} in g() function 21 void g() { return assert(true); } // expected-error {{undeclared identifier 'assert'}} in g() function
|
/minix3/external/bsd/llvm/dist/clang/test/CXX/class/class.mem/ |
H A D | p8-0x.cpp | 32 virtual void g() {} in g() function 36 … virtual void g() override override {} // expected-error {{class member already marked 'override'}} in g() function 46 … void g() override {} // expected-error {{only virtual member functions can be marked 'override'}} in g() function 51 void g() final {} // expected-error {{only virtual member functions can be marked 'final'}} in g() function
|
/minix3/external/bsd/llvm/dist/clang/test/SemaCXX/ |
H A D | warn-func-not-needed.cpp | 15 static void g() { f(); } in g() function 22 static void g() { in g() function 36 static void g() { in g() function
|
/minix3/external/bsd/llvm/dist/clang/test/Preprocessor/ |
H A D | macro_rescan2.c | 5 #define g f macro 12 #define g(a) f(a) macro
|
/minix3/external/bsd/llvm/dist/clang/test/CodeGenCXX/ |
H A D | linkage.cpp | 6 inline void *g() { in g() function 17 static inline void *g() { in g() function 28 void *g() { in g() function 39 template <int N> inline void *g() { in g() function 51 template <int N> inline void *g() { in g() function 64 inline void *g() { in g() function 82 void *g() { in g() function 99 inline void *g() { in g() function 110 inline void *g() { in g() function 121 inline void *g() { in g() function [all …]
|
/minix3/external/bsd/libc++/dist/libcxx/test/std/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.discrete/ |
H A D | eval.pass.cpp | 28 G g; in main() local 45 G g; in main() local 63 G g; in main() local 81 G g; in main() local 99 G g; in main() local 117 G g; in main() local 135 G g; in main() local 156 G g; in main() local 177 G g; in main() local 198 G g; in main() local [all …]
|
/minix3/external/bsd/libc++/dist/libcxx/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.discrete/ |
H A D | eval.pass.cpp | 26 G g; in main() local 43 G g; in main() local 61 G g; in main() local 79 G g; in main() local 97 G g; in main() local 115 G g; in main() local 133 G g; in main() local 154 G g; in main() local 175 G g; in main() local 196 G g; in main() local [all …]
|
/minix3/external/bsd/llvm/dist/clang/test/Lexer/ |
H A D | string-literal-encoding.c | 16 char const *g = "�����"; // expected-warning {{illegal character encoding in string literal}} in f() local 21 void g() { in g() function 30 … char const *g = "foo �����"; // expected-warning {{illegal character encoding in string literal}} in g() local
|
/minix3/external/bsd/dhcp/dist/omapip/ |
H A D | generic.c | 53 omapi_generic_object_t *g; in omapi_generic_set_value() local 175 omapi_generic_object_t *g; in omapi_generic_get_value() local 206 omapi_generic_object_t *g; in omapi_generic_destroy() local 246 omapi_object_t *g) in omapi_generic_stuff_values() 290 omapi_generic_object_t *g; in omapi_generic_clear_flags() local
|
/minix3/external/bsd/llvm/dist/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/ |
H A D | p2.cpp | 16 constexpr int S::g() { in g() function in S 24 int g() { in g() function
|
/minix3/external/bsd/libevent/dist/ |
H A D | bufferevent_ratelim.c | 148 struct timeval g; in ev_token_bucket_cfg_new() local 188 #define LOCK_GROUP(g) EVLOCK_LOCK((g)->lock, 0) argument 189 #define UNLOCK_GROUP(g) EVLOCK_UNLOCK((g)->lock, 0) argument 209 #define GROUP_SUSPENDED(g) \ in _bufferevent_get_rlim_max() argument 232 struct bufferevent_rate_limit_group *g = in _bufferevent_get_rlim_max() local 353 _bev_group_suspend_reading(struct bufferevent_rate_limit_group *g) in _bev_group_suspend_reading() 378 _bev_group_suspend_writing(struct bufferevent_rate_limit_group *g) in _bev_group_suspend_writing() 488 _bev_group_unsuspend_reading(struct bufferevent_rate_limit_group *g) in _bev_group_unsuspend_reading() 507 _bev_group_unsuspend_writing(struct bufferevent_rate_limit_group *g) in _bev_group_unsuspend_writing() 531 struct bufferevent_rate_limit_group *g = arg; in _bev_group_refill_callback() local [all …]
|
/minix3/external/bsd/llvm/dist/clang/test/CXX/basic/basic.lookup/basic.lookup.unqual/ |
H A D | p3.cpp | 9 void g() { in g() function 19 void g(A a) { in g() function
|
/minix3/minix/lib/libsys/ |
H A D | safecopies.c | 60 int g, new_size; in cpf_prealloc() local 126 int g; in cpf_new_grantslot() local 155 int g; in cpf_grant_direct() local 180 int g; in cpf_grant_indirect() local 202 int g; in cpf_grant_magic() local 231 int r, g; in cpf_revoke() local
|
/minix3/external/bsd/llvm/dist/clang/test/CXX/except/except.spec/ |
H A D | p1.cpp | 13 void g(int) throw(X) { } in g() function 47 void g() noexcept throw(int) { } // expected-error {{cannot have both}} in g() function 68 void g(T x) noexcept((sizeof(T) == sizeof(int)) || noexcept(f(x))) { } in g() function 84 void g() { in g() function
|