Searched refs:Pointer (Results 276 - 300 of 357) sorted by relevance

<<1112131415

/netbsd-current/external/apache2/llvm/dist/llvm/lib/IR/
H A DFunction.cpp1037 OutputTable.push_back(IITDescriptor::get(IITDescriptor::Pointer, 0));
1041 OutputTable.push_back(IITDescriptor::get(IITDescriptor::Pointer,
1204 case IITDescriptor::Pointer:
1387 case IITDescriptor::Pointer: {
/netbsd-current/external/apache2/llvm/dist/clang/lib/AST/
H A DTypeLoc.cpp251 case Pointer:
H A DTemplateBase.cpp606 Pointer = Template;
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
H A Ddisasm-optim.S85 .byte 0x8 # Pointer Size (in bytes)
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.btrace/
H A Di686-tailcall-only.S128 .byte 0x4 # Pointer Size (in bytes)
H A Dx86_64-tailcall-only.S127 .byte 0x8 # Pointer Size (in bytes)
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.reverse/
H A Damd64-tailcall-reverse.S97 .byte 0x8 # Pointer Size (in bytes)
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.arch/
H A Damd64-prologue-xmm.s136 .byte 0x8 # Pointer Size (in bytes)
H A Damd64-tailcall-cxx1.S88 .byte 0x8 # Pointer Size (in bytes)
H A Damd64-tailcall-ret.S98 .byte 0x8 # Pointer Size (in bytes)
H A Damd64-entry-value-paramref.S111 .byte 0x8 # Pointer Size (in bytes)
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.arch/
H A Damd64-entry-value-paramref.S111 .byte 0x8 # Pointer Size (in bytes)
H A Damd64-tailcall-ret.S98 .byte 0x8 # Pointer Size (in bytes)
H A Damd64-prologue-xmm.s136 .byte 0x8 # Pointer Size (in bytes)
H A Damd64-tailcall-cxx1.S88 .byte 0x8 # Pointer Size (in bytes)
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Ddisasm-optim.S85 .byte 0x8 # Pointer Size (in bytes)
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.btrace/
H A Di686-tailcall-only.S128 .byte 0x4 # Pointer Size (in bytes)
H A Dx86_64-tailcall-only.S127 .byte 0x8 # Pointer Size (in bytes)
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.reverse/
H A Damd64-tailcall-reverse.S97 .byte 0x8 # Pointer Size (in bytes)
/netbsd-current/sys/external/bsd/acpica/dist/include/
H A Dacutils.h465 const void *Pointer);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp875 auto Pointer = local
877 return unique_dyn_cast<PDBSymbolTypeBuiltin>(Pointer->getPointeeType());
/netbsd-current/external/apache2/llvm/dist/clang/utils/TableGen/
H A DMveEmitter.cpp127 // Pointer is used for pointer types (obviously), and comes with a flag
130 Pointer, member in class:__anon1217::Type::TypeKind
196 : Type(TypeKind::Pointer), Pointee(Pointee), Const(Const) {}
206 assert(!isa<PointerType>(Pointee) && "Pointer to pointer not supported");
217 return T->typeKind() == TypeKind::Pointer;
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp905 Value *Pointer = MSI->getDest();
910 const SCEVAddRecExpr *Ev = dyn_cast<SCEVAddRecExpr>(SE->getSCEV(Pointer));
939 Pointer, (unsigned)SizeInBytes, MaybeAlign(MSI->getDestAlignment()),
/netbsd-current/external/bsd/kyua-cli/dist/store/
H A Dschema_v1.sql204 -- Pointer to the file itself.
H A Dschema_v2.sql254 -- Pointer to the file itself.

Completed in 377 milliseconds

<<1112131415