| /src/external/apache2/llvm/dist/llvm/bindings/python/llvm/ |
| bit_reader.py | 10 from ctypes import byref 19 result = lib.LLVMParseBitcode2(mem_buffer, byref(module))
|
| core.py | 17 from ctypes import byref 164 byref(memory), byref(out)) 270 result = lib.LLVMPrintModuleToFile(self, filename, byref(out))
|
| /src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
| escape.d | 133 eb.er.byref.push(var); 176 foreach (VarDeclaration v; byval ? eb.er.byvalue : eb.er.byref) 180 const(char)* by = byval ? "byval" : "byref"; 187 foreach (VarDeclaration v2; byval ? eb2.er.byvalue : eb2.er.byref) 282 if (!er.byref.dim && !er.byvalue.dim && !er.byfunc.dim && !er.byexp.dim) 354 foreach (VarDeclaration v; er.byref) 356 if (log) printf("byref %s\n", v.toChars()); 442 // `byRef` needed for `assign(ref int* x, ref int i) {x = &i};` 446 const byRef = param.isReference() && !(param.storageClass & STC.scope_) 450 return checkAssignEscape(sc, e, gag, byRef); [all...] |
| ob.d | 1310 foreach (VarDeclaration v2; er.byref) 1489 foreach (VarDeclaration v2; er.byref) 1522 foreach (VarDeclaration v2; er.byref) 2020 foreach (VarDeclaration v2; er.byref) 2197 foreach (VarDeclaration v2; er.byref) 2236 foreach (VarDeclaration v2; er.byref) 2558 foreach (VarDeclaration v2; er.byref)
|
| /src/external/bsd/file/dist/python/ |
| magic.py | 257 i = _getparam(self._magic_t, param, byref(v)) 267 return _setparam(self._magic_t, param, byref(v))
|
| /src/external/apache2/llvm/dist/llvm/utils/vim/syntax/ |
| llvm.vim | 59 \ byref
|
| /src/external/apache2/llvm/dist/clang/bindings/python/clang/ |
| cindex.py | 242 conf.lib.clang_getInstantiationLocation(self, byref(f), byref(l), 243 byref(c), byref(o)) 434 byref(range)) 478 conf.lib.clang_getDiagnosticOption(self, byref(disable)) 550 conf.lib.clang_tokenize(tu, extent, byref(tokens_memory), 551 byref(tokens_count)) 3250 byref(errorCode)) 3315 conf.lib.clang_annotateTokens(self._tu, byref(self), 1, byref(cursor) [all...] |
| /src/external/mpl/bind/dist/contrib/gitchangelog/ |
| gitchangelog.py | 103 byref, 240 byref(si), 241 byref(pi),
|
| /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/windows/ |
| oaidl.d | 219 void* byref;
|
| /src/external/gpl3/gcc/dist/gcc/fortran/ |
| trans-types.cc | 2295 int byref; 2341 byref = 1; 2343 byref = 0; 2365 byref ? PACKED_FULL 2368 byref = 0; 2393 if (byref) 2286 int byref; local
|
| trans-decl.cc | 1549 int byref; local 1570 byref = gfc_return_by_reference (sym->ns->proc_name); 1572 byref = 0; 1604 if (!byref && sym->attr.function 1616 fun_or_res = byref && (sym->attr.result 1621 if (sym->attr.result && byref 1654 if (sym->ts.deferred && byref)
|
| trans-expr.cc | 6348 int byref; local 7981 byref = (comp && (comp->attr.dimension 7984 if (byref) 8228 if (!byref && finalizable) 8231 if (!byref && sym->ts.type != BT_CHARACTER 8246 if (!se->want_pointer && !byref 8270 if (byref) 8341 if (byref)
|
| /src/external/gpl3/gcc.old/dist/gcc/fortran/ |
| trans-types.cc | 2277 int byref; 2320 byref = 1; 2322 byref = 0; 2344 byref ? PACKED_FULL 2347 byref = 0; 2372 if (byref) 2268 int byref; local
|
| trans-decl.cc | 1540 int byref; local 1561 byref = gfc_return_by_reference (sym->ns->proc_name); 1563 byref = 0; 1595 if (!byref && sym->attr.function 1607 fun_or_res = byref && (sym->attr.result 1612 if (sym->attr.result && byref 1645 if (sym->ts.deferred && byref)
|
| trans-expr.cc | 6030 int byref; local 7508 byref = (comp && (comp->attr.dimension 7511 if (byref) 7740 if (!byref && sym->ts.type != BT_CHARACTER 7756 if (!se->want_pointer && !byref 7778 if (byref) 7846 if (byref)
|
| /src/external/apache2/llvm/dist/llvm/utils/lit/lit/ |
| TestRunner.py | 437 from ctypes import addressof, byref, c_void_p, create_unicode_buffer 472 result = SHFileOperationW(byref(operation))
|
| /src/external/apache2/llvm/dist/llvm/lib/AsmParser/ |
| LLLexer.cpp | 707 KEYWORD(byref);
|
| /src/external/public-domain/sqlite/dist/autosetup/ |
| jimsh0.c | 10367 int byref = 0; local 10385 byref = 1; 10394 if (byref) { 10404 if (byref) {
|