Home
last modified time | relevance | path

Searched defs:g (Results 1 – 25 of 933) sorted by relevance

12345678910>>...38

/minix3/external/mit/lua/dist/src/
H A Dlgc.c71 #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 Dlstate.c69 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 Dp14.cpp4 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 Datomics.cpp8 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 Dattr-cleanup.c5 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 Dmove.pass.cpp40 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 Dcopy.pass.cpp49 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 Dms-wchar.c9 __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 Dredefinition.c13 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 D128bitfloat.cpp11 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 Dcxx-trailing-return.cpp8 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 Dmacro-reexport.cpp15 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 Dp8-0x.cpp32 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 Dwarn-func-not-needed.cpp15 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 Dmacro_rescan2.c5 #define g f macro
12 #define g(a) f(a) macro
/minix3/external/bsd/llvm/dist/clang/test/CodeGenCXX/
H A Dlinkage.cpp6 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 Deval.pass.cpp28 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 Deval.pass.cpp26 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 Dstring-literal-encoding.c16 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 Dgeneric.c53 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 Dp2.cpp16 constexpr int S::g() { in g() function in S
24 int g() { in g() function
/minix3/external/bsd/libevent/dist/
H A Dbufferevent_ratelim.c148 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 Dp3.cpp9 void g() { in g() function
19 void g(A a) { in g() function
/minix3/minix/lib/libsys/
H A Dsafecopies.c60 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 Dp1.cpp13 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

12345678910>>...38