HomeSort by relevance Sort by last modified time
    Searched refs:Pointer (Results 226 - 250 of 284) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/v8/test/cctest/wasm/
wasm-run-utils.h 289 // One additional parameter for the pointer to the return value memory.
295 sig_builder.AddParam(MachineType::Pointer());
385 // One additional parameter for the pointer of the return value.
  /frameworks/av/media/libstagefright/foundation/
AMessage.cpp 269 BASIC_TYPE(Pointer,ptrValue,void *)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winternl.h 61 /* This function pointer is undocumented and just valid for windows 2000.
558 PVOID Pointer;
    [all...]
ks.h     [all...]
  /external/v8/test/unittests/compiler/arm/
instruction-selector-arm-unittest.cc     [all...]
  /external/clang/lib/CodeGen/
CodeGenFunction.cpp 187 case Type::Pointer:
778 // Load the sret pointer from the argument struct and return into that.
    [all...]
ItaniumCXXABI.cpp 521 /// If the member is virtual, the adjusted 'this' pointer points
522 /// to a vtable pointer from which the virtual offset is applied.
562 // Load the function pointer.
565 // If the LSB in the function pointer is 1, the function pointer points to
576 // vtable of the correct base subobject. The "function pointer" is an
580 // Cast the adjusted this to a pointer to vtable pointer and load.
601 // In the non-virtual path, the function pointer is actually a
602 // function pointer
    [all...]
  /external/clang/lib/AST/
TypePrinter.cpp 213 case Type::Pointer:
498 // Print as though it's a pointer.
    [all...]
  /external/clang/lib/Sema/
DeclSpec.cpp 221 // is already used (consider a function returning a function pointer) or too
268 case DeclaratorChunk::Pointer:
    [all...]
SemaCodeComplete.cpp 357 class pointer { class in class:ResultBuilder::ShadowMapEntry::iterator
361 pointer(const DeclIndexPair &Value) : Value(Value) { } function in class:ResultBuilder::ShadowMapEntry::iterator::pointer
402 pointer operator->() const {
403 return pointer(**this);
610 case Type::Pointer:
684 if (const PointerType *Pointer = T->getAs<PointerType>()) {
685 if (Pointer->getPointeeType()->isFunctionType()) {
686 T = Pointer->getPointeeType();
    [all...]
SemaTemplateDeduction.cpp 246 // If we deduced a null pointer and a dependent expression, keep the
247 // null pointer.
251 // If we deduced a null pointer and an integral constant, keep the
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.resources.compatibility_3.4.0.v20090505.jar 
  /external/llvm/unittests/CodeGen/
DIEHashTest.cpp 198 TEST_F(DIEHashTest, Pointer) {
328 // Check that the hash for a pointer-to-member matches regardless of whether the
406 // Check that the hash for a pointer-to-member matches regardless of whether the
  /external/v8/src/compiler/
js-generic-lowering.cc 677 machine()->Load(MachineType::Pointer()),
681 Node* pointer = graph()->NewNode(machine()->LoadStackPointer()); local
683 Node* check = graph()->NewNode(machine()->UintLessThan(), limit, pointer);
machine-operator.cc 405 V(Pointer) \
    [all...]
  /external/v8/test/cctest/compiler/
test-run-machops.cc     [all...]
test-run-native-calls.cc     [all...]
  /external/mesa3d/src/mesa/main/
mtypes.h     [all...]
  /external/mesa3d/src/mesa/vbo/
vbo_save_api.c     [all...]
  /packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/
pointer.h 41 //! Represents a JSON Pointer. Use Pointer for UTF8 encoding and default allocator.
43 This class implements RFC 6901 "JavaScript Object Notation (JSON) Pointer"
46 A JSON pointer is for identifying a specific value in a JSON document
55 Contrary to GenericValue, Pointer can be copy constructed and copy assigned.
56 Apart from assignment, a Pointer cannot be modified after construction.
58 Although Pointer is very convenient, please aware that constructing Pointer
78 A JSON pointer string representation "/foo/123" is parsed to two tokens:
86 This struct is public so that user can create a Pointer without parsing and
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
video.h 324 PVOID Pointer;
    [all...]
  /external/clang/include/clang/AST/
Type.h 571 /// pointer. To handle the packing/unpacking, we make QualType be a
572 /// simple wrapper class that acts like a smart pointer. A third bit
574 /// case the pointer points to a special structure.
589 assert(!isNull() && "Cannot retrieve a NULL type pointer");
608 /// Retrieves a pointer to the underlying (unqualified) type.
616 /// Retrieves a pointer to the name of the base type.
865 /// example, it returns "T*" as "T*", (not as "int*"), because the pointer is
    [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.ml 35 | Pointer
377 (*--... Operations on pointer, vector, and array types .....................--*)
    [all...]
  /external/v8/tools/
grokdump.py     [all...]
  /prebuilts/misc/common/ub-uiautomator/
ub-uiautomator.jar 

Completed in 7313 milliseconds

1 2 3 4 5 6 7 8 91011>>