| /openbsd-src/gnu/lib/libiberty/src/ |
| H A D | obstack.c | 55 #define POINTER void * macro 143 POINTER (*chunkfun) (long), void (*freefun) (void *)) in _obstack_begin() 187 POINTER (*chunkfun) (POINTER, long), in _obstack_begin_1() 188 void (*freefun) (POINTER, POINTER), POINTER arg) in _obstack_begin_1() argument 301 int _obstack_allocated_p (struct obstack *h, POINTER obj); 304 _obstack_allocated_p (struct obstack *h, POINTER obj) in _obstack_allocated_p() 313 while (lp != 0 && ((POINTER) lp >= obj || (POINTER) (lp)->limit < obj)) in _obstack_allocated_p() 330 _obstack_free (struct obstack *h, POINTER obj) in _obstack_free() 339 while (lp != 0 && ((POINTER) lp >= obj || (POINTER) (lp)->limit < obj)) in _obstack_free() 362 obstack_free (struct obstack *h, POINTER obj) in obstack_free() [all …]
|
| /openbsd-src/gnu/llvm/llvm/bindings/python/llvm/ |
| H A D | disassembler.py | 10 from ctypes import POINTER 100 buf = cast(c_char_p(source), POINTER(c_ubyte)) 125 buf = cast(source_bytes, POINTER(c_ubyte * len(source))).contents 130 b = cast(addressof(buf) + offset, POINTER(c_ubyte)) 155 library.LLVMDisasmInstruction.argtypes = [Disassembler, POINTER(c_ubyte), 166 POINTER(c_uint64), c_uint64, 167 POINTER(c_char_p))
|
| H A D | bit_reader.py | 9 from ctypes import POINTER 27 library.LLVMParseBitcode2.argtypes = [MemoryBuffer, POINTER(c_object_p)]
|
| H A D | common.py | 9 from ctypes import POINTER 25 c_object_p = POINTER(c_void_p)
|
| H A D | core.py | 16 from ctypes import POINTER 498 POINTER(c_object_p), POINTER(c_char_p)] 528 POINTER(c_char_p)]
|
| H A D | object.py | 81 from ctypes import POINTER 465 library.LLVMGetSectionContents.restype = POINTER(c_char)
|
| /openbsd-src/gnu/llvm/clang/bindings/python/clang/ |
| H A D | cindex.py | 145 c_object_p = POINTER(c_void_p) 547 tokens_memory = POINTER(Token)() 560 tokens_array = cast(tokens_memory, POINTER(Token * count)).contents 2120 TypeKind.POINTER = TypeKind(101) 2699 _fields_ = [('results', POINTER(CodeCompletionResult)), 2713 assert isinstance(ptr, POINTER(CCRStructure)) and ptr 3380 POINTER(SourceLocation), c_uint, py_object) 3387 [TranslationUnit, POINTER(Token), c_uint, POINTER(Cursor)]), 3393 [c_interop_string, POINTER(c_uint)], 3439 POINTER(CCRStructure)), [all …]
|
| /openbsd-src/gnu/llvm/clang/bindings/python/tests/cindex/ |
| H A D | test_type.py | 102 self.assertEqual(fields[6].type.kind, TypeKind.POINTER) 110 self.assertEqual(fields[7].type.kind, TypeKind.POINTER) 111 self.assertEqual(fields[7].type.get_pointee().kind, TypeKind.POINTER) 112 self.assertEqual(fields[7].type.get_pointee().get_pointee().kind, TypeKind.POINTER) 145 self.assertEqual(fields[0].type.get_array_element_type().kind, TypeKind.POINTER)
|
| /openbsd-src/lib/libc/stdio/ |
| H A D | vfwscanf.c | 60 #define POINTER 0x00020 /* p: void * (as hex) */ macro 292 flags |= POINTER | PFXOK; in __vfwscanf() 659 if (flags & POINTER) in __vfwscanf()
|
| H A D | vfscanf.c | 59 #define POINTER 0x00020 /* p: void * (as hex) */ macro 267 flags |= POINTER | PFXOK; in __svfscanf() 737 if (flags & POINTER) in __svfscanf()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/f/ |
| H A D | str-ot.fin | 44 ;Pointer POINTER
|
| H A D | str-1t.fin | 105 ;Pointer POINTER
|
| /openbsd-src/gnu/llvm/lld/MachO/ |
| H A D | Relocations.h | 40 POINTER = 1 << 12, // Non-relaxable indirect load (pointer is taken) enumerator
|
| H A D | Writer.cpp | 650 if (relocAttrs.hasAttr(RelocAttrBits::POINTER) || needsBinding(sym)) in prepareSymbolRelocation()
|
| /openbsd-src/gnu/llvm/clang/include/clang/Serialization/ |
| H A D | TypeBitCodes.def | 15 TYPE_BIT_CODE(Pointer, POINTER, 4)
|
| /openbsd-src/gnu/llvm/llvm/lib/Analysis/models/ |
| H A D | log_reader.py | 54 ctypes.POINTER(self._spec.element_type))
|
| /openbsd-src/gnu/llvm/lld/MachO/Arch/ |
| H A D | ARM64_32.cpp | 56 {"POINTER_TO_GOT", B(PCREL) | B(EXTERN) | B(GOT) | B(POINTER) | B(BYTE4)},
|
| H A D | X86_64.cpp | 60 {"GOT", B(PCREL) | B(EXTERN) | B(GOT) | B(POINTER) | B(BYTE4)},
|
| H A D | ARM64.cpp | 66 {"POINTER_TO_GOT", B(PCREL) | B(EXTERN) | B(GOT) | B(POINTER) | B(BYTE4)},
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/ |
| H A D | PPCRegisterInfo.td | 194 def FP : GPR<0 /* arbitrary */, "**FRAME POINTER**">; 195 def FP8 : GP8<FP, "**FRAME POINTER**">; 198 def BP : GPR<0 /* arbitrary */, "**BASE POINTER**">; 199 def BP8 : GP8<BP, "**BASE POINTER**">;
|
| /openbsd-src/gnu/usr.bin/binutils/gas/config/ |
| H A D | obj-vms.c | 116 BASIC, POINTER, ARRAY, ENUM, STRUCT, UNION, FUNCTION, VOID, ALIAS, UNKNOWN enumerator 1537 case POINTER: in gen1() 2135 while (spnt && (spnt->advanced == POINTER || spnt->advanced == ARRAY)) in forward_reference() 2155 while (spnt && (spnt->advanced == POINTER || spnt->advanced == ARRAY)) in final_forward_reference() 2573 spnt->advanced = POINTER; in VMS_typedef_parse()
|
| /openbsd-src/gnu/llvm/llvm/utils/lit/lit/ |
| H A D | TestRunner.py | 464 from ctypes import windll, WinError, POINTER 488 SHFileOperationW.argtypes = [POINTER(SHFILEOPSTRUCTW)]
|
| /openbsd-src/gnu/llvm/llvm/lib/Bitcode/Reader/ |
| H A D | BitcodeAnalyzer.cpp | 181 STRINGIFY_CODE(TYPE_CODE, POINTER) in GetCodeName()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/fixinc/ |
| H A D | gnu-regex.c | 1133 #define PUSH_PATTERN_OP(POINTER, FAIL_STACK) \ argument 1137 : ((FAIL_STACK).stack[(FAIL_STACK).avail++].pointer = POINTER, \
|
| /openbsd-src/gnu/usr.bin/cvs/lib/ |
| H A D | regex.c | 1237 #define PUSH_PATTERN_OP(POINTER, FAIL_STACK) \ argument 1241 : ((FAIL_STACK).stack[(FAIL_STACK).avail++].pointer = POINTER, \
|