HomeSort by relevance Sort by last modified time
    Searched refs:Pointer (Results 151 - 175 of 183) sorted by null

1 2 3 4 5 67 8

  /external/clang/lib/Sema/
SemaTemplateVariadic.cpp 741 case DeclaratorChunk::Pointer:
SemaCodeComplete.cpp 351 class pointer { class in class:ResultBuilder::ShadowMapEntry::iterator
355 pointer(const DeclIndexPair &Value) : Value(Value) { } function in class:ResultBuilder::ShadowMapEntry::iterator::pointer
396 pointer operator->() const {
397 return pointer(**this);
605 case Type::Pointer:
681 if (const PointerType *Pointer = T->getAs<PointerType>()) {
682 if (Pointer->getPointeeType()->isFunctionType()) {
683 T = Pointer->getPointeeType();
    [all...]
SemaTemplateDeduction.cpp     [all...]
SemaInit.cpp     [all...]
SemaExpr.cpp 407 // type 'array of type' is converted to an expression that has type 'pointer
414 // T" can be converted to an rvalue of type "pointer to T".
424 // Check to see if we are dereferencing a null pointer. If so,
518 /// sometimes suppressed. For example, the array->pointer conversion doesn't
    [all...]
SemaLookup.cpp 73 // Sort by the pointer value of the common ancestor.
    [all...]
SemaOverload.cpp 161 "Array-to-pointer",
162 "Function-to-pointer",
172 "Pointer conversion",
173 "Pointer-to-member conversion",
180 "Block Pointer conversion",
220 /// a conversion of a pointer or pointer-to-member to bool. This is
225 // array-to-pointer or function-to-pointer implicit conversions, so
227 // a pointer
    [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.ml 34 | Pointer
311 (*--... Operations on pointer, vector, and array types .....................--*)
    [all...]
  /external/llvm/lib/Target/CellSPU/
SPUISelLowering.cpp 593 // Special cases for a known aligned load to simplify the base pointer
606 // Simplify the base pointer for this case:
    [all...]
  /external/chromium/chrome/browser/resources/
menu.js 215 * Pointer to a submenu currently shown, if any.
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.resources.compatibility_3.4.0.v20090505.jar 
  /external/clang/lib/AST/
TypePrinter.cpp 207 case Type::Pointer:
    [all...]
ASTContext.cpp     [all...]
Decl.cpp 494 // purposes of calculating linkage of pointer-to-data-member
    [all...]
ItaniumMangle.cpp 468 // e.g. parameters, pointer types, etc., have return type encoded, with the
836 case Type::Pointer:
    [all...]
  /external/llvm/lib/ExecutionEngine/Interpreter/
Execution.cpp 764 assert(Result.PointerVal != 0 && "Null pointer returned by malloc!");
876 // Restore the CurInst pointer to the first instruction newly inserted, if
    [all...]
  /external/clang/include/clang/AST/
Type.h 485 /// pointer. To handle the packing/unpacking, we make QualType be a
486 /// simple wrapper class that acts like a smart pointer. A third bit
488 /// case the pointer points to a special structure.
503 assert(!isNull() && "Cannot retrieve a NULL type pointer");
522 /// Retrieves a pointer to the underlying (unqualified) type.
530 /// Retrieves a pointer to the name of the base type.
783 /// example, it returns "T*" as "T*", (not as "int*"), because the pointer is
    [all...]
  /external/llvm/lib/Transforms/Scalar/
ObjCARC.cpp 16 // redundant weak pointer operations, pattern-matching and replacement of
165 IC_User, ///< could "use" a pointer
171 /// reference-counted pointer.
182 // Only consider values with pointer types.
183 // It seemes intuitive to exclude function pointer types as well, since
185 // bitcasts reference-counted pointers to function-pointer type
219 // Argument is a pointer.
281 // Any instruction other than bitcast and gep with a pointer operand have a
282 // use of an objc pointer. Bitcasts, GEPs, Selects, PHIs transfer a pointer
    [all...]
  /external/chromium/net/base/
x509_certificate.cc 165 X509CertificateCache* cache = g_x509_certificate_cache.Pointer();
    [all...]
  /external/llvm/lib/VMCore/
Verifier.cpp 561 " only applies to parameters with pointer type!", V);
837 "Indirectbr operand must have pointer type!", &BI);
840 "Indirectbr destinations must all have pointer type!", &BI);
    [all...]
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.pas 73 /// Get int at current input pointer + I ahead (where I=1 is next int)
323 /// Get Token at current input pointer + I ahead (where I=1 is next
485 /// These fields are publicly visible but the actual state pointer per
    [all...]
Antlr.Runtime.Tree.pas 350 /// Get tree node at current input pointer + i ahead where i=1 is next node.
    [all...]
  /external/v8/src/
heap.cc 630 "failed to reserve space in the old pointer space");
    [all...]
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp 605 // Size is always the size of a pointer. We can't use getTypeSize here
857 /// function type is not updated to include implicit "this" pointer. Use this
858 /// routine to get a method type which includes "this" pointer.
867 // Add "this" pointer.
877 // "this" pointer is always first argument
    [all...]
  /external/chromium/testing/gtest/test/
gtest_unittest.cc 319 // pointer literal.
328 // Some compilers may fail to detect some null pointer literals;
337 // pointer literal.
855 // a NULL pointer and length 0.
    [all...]

Completed in 1644 milliseconds

1 2 3 4 5 67 8