Searched refs:METHOD (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DCallSite.h288 #define CALLSITE_DELEGATE_GETTER(METHOD) \
290 return isCall() ? cast<CallInst>(II)->METHOD \
291 : isCallBr() ? cast<CallBrInst>(II)->METHOD \
292 : cast<InvokeInst>(II)->METHOD
294 #define CALLSITE_DELEGATE_SETTER(METHOD) \
297 cast<CallInst>(II)->METHOD; \
299 cast<CallBrInst>(II)->METHOD; \
301 cast<InvokeInst>(II)->METHOD
/freebsd-11-stable/sys/tools/
H A Dmakeobjops.awk192 # Handle "METHOD" and "STATICMETHOD" sections.
471 else if (/^METHOD/) {
/freebsd-11-stable/sys/netgraph/
H A Dng_parse.c127 #define METHOD(t,m) (ng_get_ ## m ## _method(t)) macro
128 #define INVOKE(t,m) (*METHOD(t,m))
136 #define ALIGNMENT(t) (METHOD(t, getAlign) == NULL ? \
171 ng_getDefault_t *const func = METHOD(type, getDefault);
1507 func = METHOD(etype, getDefault);
1870 VIRTUAL METHOD LOOKUP
/freebsd-11-stable/contrib/wpa/src/eap_peer/
H A Deap.c870 SM_STATE(EAP, METHOD)
876 SM_ENTRY(EAP, METHOD);
878 wpa_printf(MSG_WARNING, "EAP::METHOD - method not selected");
894 * used from within this METHOD state, so there is no need to keep
1246 SM_ENTER(EAP, METHOD);
1249 SM_ENTER(EAP, METHOD);
1276 SM_ENTER(EAP, METHOD);
2260 return "METHOD";
/freebsd-11-stable/sys/libkern/
H A Dzlib.c3062 METHOD, /* waiting for method byte */ enumerator in enum:internal_state::__anon8051
3106 z->state->mode = z->state->nowrap ? BLOCKS : METHOD;
3212 case METHOD:
/freebsd-11-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c[all...]
/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.c1405 ** METHOD: sqlite3
2649 ** METHOD: sqlite3
3427 ** METHOD: sqlite3
3437 ** METHOD: sqlite3
3499 ** METHOD: sqlite3
3509 ** METHOD: sqlite3
3567 ** METHOD: sqlite3
3604 ** METHOD: sqlite3
3678 ** METHOD: sqlite3
3738 ** METHOD
[all...]

Completed in 952 milliseconds