Home
last modified time | relevance | path

Searched defs:Pointer (Results 1 – 25 of 45) sorted by relevance

12

/external/compiler-rt/lib/ubsan/
Dubsan_handlers_cxx.cc33 DynamicTypeCacheMissData *Data, ValueHandle Pointer, ValueHandle Hash, in HandleDynamicTypeCacheMiss()
75 DynamicTypeCacheMissData *Data, ValueHandle Pointer, ValueHandle Hash) { in __ubsan_handle_dynamic_type_cache_miss()
80 DynamicTypeCacheMissData *Data, ValueHandle Pointer, ValueHandle Hash) { in __ubsan_handle_dynamic_type_cache_miss_abort()
Dubsan_handlers.cc41 static void handleTypeMismatchImpl(TypeMismatchData *Data, ValueHandle Pointer, in handleTypeMismatchImpl()
73 ValueHandle Pointer) { in __ubsan_handle_type_mismatch()
78 ValueHandle Pointer) { in __ubsan_handle_type_mismatch_abort()
Dubsan_diag.h167 const void *Pointer; member
/external/pcre/dist/
Dpcregexp.pas77 constructor Init(const ARegExp : shortstring; AOptions : integer; ALocale : Pointer);
92 function pcGrepMatch(WildCard, aStr: string; AOptions:integer; ALocale : Pointer): Boolean; in pcGrepMatch()
93 function pcGrepSub(WildCard, aStr, aRepl: string; AOptions:integer; ALocale : Pointer): string; in pcGrepSub()
102 function pcError (var pRegExp : Pointer) : Boolean; in pcError()
323 procedure FreeItem(P: Pointer); virtual;
324 function Compare(P1, P2: Pointer): Integer; virtual; in Compare()
463 constructor TpcRegExp.Init(const ARegExp:shortstring; AOptions:integer; ALocale : Pointer);
693 procedure TRegExpCollection.FreeItem(P: Pointer);
701 function TRegExpCollection.Compare(P1, P2: Pointer): Integer; in TRegExpCollection.Compare()
768 function pcGrepMatch(WildCard, aStr: string; AOptions:integer; ALocale : Pointer): Boolean; in pcGrepMatch()
[all …]
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/file/
DPointer.java43 public class Pointer { class
63 public Pointer(int pointerLevel, boolean function, BlenderContext blenderContext) { in Pointer() method in Pointer
/external/llvm/tools/llvm-pdbdump/
DFunctionDumper.cpp51 const char *Name, PointerType Pointer) { in start()
111 void FunctionDumper::start(const PDBSymbolFunc &Symbol, PointerType Pointer) { in start()
239 PointerType Pointer = in dump() local
DFunctionDumper.h23 enum class PointerType { None, Pointer, Reference }; enumerator
DTypedefDumper.cpp60 FunctionDumper::PointerType Pointer = FunctionDumper::PointerType::Pointer; in dump() local
DVariableDumper.cpp105 FunctionDumper::PointerType Pointer = in dump() local
/external/llvm/bindings/go/llvm/
Dexecutionengine.go67 func NewGenericValueFromPointer(p unsafe.Pointer) (g GenericValue) {
82 func (g GenericValue) Pointer() unsafe.Pointer { func
/external/clang/test/SemaCXX/
Dwarn-bool-conversion.cpp95 namespace Pointer { namespace
Dtypo-correction-delayed.cpp162 struct Pointer { struct
/external/zlib/src/contrib/delphi/
DZLib.pas223 procedure _free(Block: Pointer); cdecl;
260 procedure zlibFreeMem(AppData, Block: Pointer); cdecl;
/external/jmdns/src/javax/jmdns/impl/
DDNSQuestion.java87 private static class Pointer extends DNSQuestion { class in DNSQuestion
88 Pointer(String name, DNSRecordType type, DNSRecordClass recordClass, boolean unique) { in Pointer() method in DNSQuestion.Pointer
DDNSRecord.java425 public static class Pointer extends DNSRecord { class in DNSRecord
429 … public Pointer(String name, DNSRecordClass recordClass, boolean unique, int ttl, String alias) { in Pointer() method in DNSRecord.Pointer
/external/llvm/lib/Transforms/ObjCARC/
DObjCARC.h236 const Value *Pointer = in IsObjCIdentifiedObject() local
/external/v8/src/base/
Dlazy-instance.h187 T* Pointer() { in Pointer() function
/external/llvm/include/llvm/IR/
DIntrinsics.h78 Integer, Vector, Pointer, Struct, enumerator
/external/zlib/src/contrib/pascal/
Dzlibpas.pas138 function inflateBack(var strm: z_stream; in_fn: in_func; in_desc: Pointer; in inflateBack()
261 procedure _free(Block: Pointer); cdecl;
/external/llvm/lib/Transforms/Scalar/
DCorrelatedValuePropagation.cpp145 Value *Pointer = nullptr; in processMemAccess() local
DLoadCombine.cpp39 Value *Pointer; member
/external/mesa3d/src/gallium/tools/trace/
Dmodel.py93 class Pointer(Node): class
/external/clang/test/CodeGen/
D2002-07-14-MiscTests3.c8 char *Pointer; member
/external/vboot_reference/utility/
Defidecompress.c210 UINT16 *Pointer; in MakeTable() local
/external/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c1975 CAMLprim LLVMValueRef llvm_build_load(LLVMValueRef Pointer, in llvm_build_load()
1981 CAMLprim LLVMValueRef llvm_build_store(LLVMValueRef Value, LLVMValueRef Pointer, in llvm_build_store()
2005 CAMLprim LLVMValueRef llvm_build_gep(LLVMValueRef Pointer, value Indices, in llvm_build_gep()
2013 CAMLprim LLVMValueRef llvm_build_in_bounds_gep(LLVMValueRef Pointer, in llvm_build_in_bounds_gep()
2022 CAMLprim LLVMValueRef llvm_build_struct_gep(LLVMValueRef Pointer, in llvm_build_struct_gep()

12