Home
last modified time | relevance | path

Searched refs:byref (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/file/python/
H A Dmagic.py259 i = _getparam(self._magic_t, param, byref(v))
269 return _setparam(self._magic_t, param, byref(v))
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DAttributes.td109 def ByRef : TypeAttr<"byref", IntersectPreserve, [ParamAttr]>;
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTokenKinds.def863 // bycopy/byref/in/inout/oneway/out?
H A DAttr.td1242 ["byref"], ["ByRef"]>];
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParser.cpp502 ObjCTypeQuals[llvm::to_underlying(ObjCTypeQual::byref)] = in Initialize()
H A DParseObjc.cpp1031 case ObjCTypeQual::byref: in ParseObjCTypeQualifierList()
/freebsd/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h97 byref, enumerator
/freebsd/contrib/sqlite3/autosetup/
H A Djimsh0.c10367 int byref = 0; in JimCreateProcedureStatics() local
10385 byref = 1; in JimCreateProcedureStatics()
10394 if (byref) { in JimCreateProcedureStatics()
10404 if (byref) { in JimCreateProcedureStatics()