Home
last modified time | relevance | path

Searched refs:POINTER (Results 1 – 25 of 38) sorted by relevance

12

/openbsd-src/gnu/lib/libiberty/src/
H A Dobstack.c55 #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 Ddisassembler.py10 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 Dbit_reader.py9 from ctypes import POINTER
27 library.LLVMParseBitcode2.argtypes = [MemoryBuffer, POINTER(c_object_p)]
H A Dcommon.py9 from ctypes import POINTER
25 c_object_p = POINTER(c_void_p)
H A Dcore.py16 from ctypes import POINTER
498 POINTER(c_object_p), POINTER(c_char_p)]
528 POINTER(c_char_p)]
H A Dobject.py81 from ctypes import POINTER
465 library.LLVMGetSectionContents.restype = POINTER(c_char)
/openbsd-src/gnu/llvm/clang/bindings/python/clang/
H A Dcindex.py145 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 Dtest_type.py102 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 Dvfwscanf.c60 #define POINTER 0x00020 /* p: void * (as hex) */ macro
292 flags |= POINTER | PFXOK; in __vfwscanf()
659 if (flags & POINTER) in __vfwscanf()
H A Dvfscanf.c59 #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 Dstr-ot.fin44 ;Pointer POINTER
H A Dstr-1t.fin105 ;Pointer POINTER
/openbsd-src/gnu/llvm/lld/MachO/
H A DRelocations.h40 POINTER = 1 << 12, // Non-relaxable indirect load (pointer is taken) enumerator
H A DWriter.cpp650 if (relocAttrs.hasAttr(RelocAttrBits::POINTER) || needsBinding(sym)) in prepareSymbolRelocation()
/openbsd-src/gnu/llvm/clang/include/clang/Serialization/
H A DTypeBitCodes.def15 TYPE_BIT_CODE(Pointer, POINTER, 4)
/openbsd-src/gnu/llvm/llvm/lib/Analysis/models/
H A Dlog_reader.py54 ctypes.POINTER(self._spec.element_type))
/openbsd-src/gnu/llvm/lld/MachO/Arch/
H A DARM64_32.cpp56 {"POINTER_TO_GOT", B(PCREL) | B(EXTERN) | B(GOT) | B(POINTER) | B(BYTE4)},
H A DX86_64.cpp60 {"GOT", B(PCREL) | B(EXTERN) | B(GOT) | B(POINTER) | B(BYTE4)},
H A DARM64.cpp66 {"POINTER_TO_GOT", B(PCREL) | B(EXTERN) | B(GOT) | B(POINTER) | B(BYTE4)},
/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCRegisterInfo.td194 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 Dobj-vms.c116 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 DTestRunner.py464 from ctypes import windll, WinError, POINTER
488 SHFileOperationW.argtypes = [POINTER(SHFILEOPSTRUCTW)]
/openbsd-src/gnu/llvm/llvm/lib/Bitcode/Reader/
H A DBitcodeAnalyzer.cpp181 STRINGIFY_CODE(TYPE_CODE, POINTER) in GetCodeName()
/openbsd-src/gnu/usr.bin/gcc/gcc/fixinc/
H A Dgnu-regex.c1133 #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 Dregex.c1237 #define PUSH_PATTERN_OP(POINTER, FAIL_STACK) \ argument
1241 : ((FAIL_STACK).stack[(FAIL_STACK).avail++].pointer = POINTER, \

12