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

1 2 34 5 6 7 8

  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/textures/
TextureGenerator.java 38 import com.jme3.scene.plugins.blender.file.Pointer;
88 Pointer pColorband = (Pointer) tex.getFieldValue("coba");
  /external/llvm/lib/Analysis/
AliasSetTracker.cpp 42 // used to be must-alias sets, we can just check any pointer from each set
140 /// aliasesPointer - Return true if the specified pointer "may" (or must)
149 // If this is a set of MustAliases, only check to see if the pointer aliases
214 /// findAliasSetForPointer - Given a pointer, find the one alias set to put the
215 /// instruction referring to the pointer into. If there are multiple alias sets
216 /// that may alias the pointer, merge them together and return the unified set.
265 /// getAliasSetForPointer - Return the alias set that the specified pointer
267 AliasSet &AliasSetTracker::getAliasSetForPointer(Value *Pointer, uint64_t Size,
270 AliasSet::PointerRec &Entry = getEntryFor(Pointer);
272 // Check to see if the pointer is already known
    [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopIdiomRecognize.cpp 282 // See if the pointer expression is an AddRec like {base,+,1} on the current
338 Value *Pointer = MSI->getDest();
340 // See if the pointer expression is an AddRec like {base,+,1} on the current
343 const SCEVAddRecExpr *Ev = dyn_cast<SCEVAddRecExpr>(SE->getSCEV(Pointer));
361 return processLoopStridedStore(Pointer, (unsigned)SizeInBytes,
368 /// specified pointer location, which is a loop-strided access. The 'Access'
376 // at the pointer and has infinite size.
384 // TODO: For this to be really effective, we have to dive into the pointer
472 // The trip count of the loop and the base pointer of the addrec SCEV is
483 // base pointer and checking the region
    [all...]
  /external/llvm/lib/VMCore/
Function.cpp 316 /// intrinsic, or if the pointer is null. This value is always defined to be
455 OutputTable.push_back(IITDescriptor::get(IITDescriptor::Pointer, 0));
459 OutputTable.push_back(IITDescriptor::get(IITDescriptor::Pointer,
554 case IITDescriptor::Pointer:
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Delphi/
Delphi.stg 141 <grammar.delegators: {g|<g:delegateName()>: Pointer; {<g.recognizerName>}}; separator="\n">
142 <last(grammar.delegators):{g|gParent: Pointer; {<g.recognizerName>}}>
201 {g|<g:delegateName()> := Pointer(A<g:delegateName()>);}; separator="\n">
202 <last(grammar.delegators):{g|gParent := Pointer(A<g:delegateName()>);}>
334 <grammar.delegators: {g|<g:delegateName()>: Pointer; {<g.recognizerName>}}; separator="\n">
335 <last(grammar.delegators):{g|gParent: Pointer; {<g.recognizerName>}}>
399 <last(grammar.delegators):{g|gParent := Pointer(A<g:delegateName()>);}>
482 <grammar.delegators: {g|<g:delegateName()> := Pointer(A<g:delegateName()>);}; separator="\n">
    [all...]
  /external/chromium/testing/gmock/include/gmock/
gmock-matchers.h 748 // pointer that is NULL.
751 template <typename Pointer>
752 bool MatchAndExplain(const Pointer& p,
764 // pointer that is not NULL.
767 template <typename Pointer>
768 bool MatchAndExplain(const Pointer& p,
    [all...]
  /external/chromium/base/
path_service.cc 124 return g_path_data.Pointer();
  /external/chromium/chrome/browser/chromeos/
cros_settings.cc 23 return g_cros_settings.Pointer();
wm_ipc.cc 66 return g_wm_ipc.Pointer();
  /external/chromium/chrome/browser/chromeos/login/
ownership_service.cc 25 return g_ownership_service.Pointer();
  /external/chromium/chrome/browser/safe_browsing/
malware_details.cc 66 factory_ = g_malware_details_factory_impl.Pointer();
safe_browsing_blocking_page.cc 631 return g_unsafe_resource_map.Pointer();
660 factory_ = g_safe_browsing_blocking_page_factory_impl.Pointer();
  /external/clang/lib/AST/
TypeLoc.cpp 138 case Pointer:
Type.cpp 196 /// example, it returns "T*" as "T*", (not as "int*"), because the pointer is
336 case Pointer:
468 // type pointer if it is the right class. There is no typedef information to
482 // type pointer if it is the right class.
492 // type pointer if it is the right class.
    [all...]
  /external/clang/lib/Sema/
SemaType.cpp 94 // smallest available pointer type (i.e. 'void*' in 'void**').
305 case DeclaratorChunk::Pointer:
335 // objc_gc goes on the innermost pointer to something that's not a
336 // pointer.
342 case DeclaratorChunk::Pointer:
407 case DeclaratorChunk::Pointer:
    [all...]
  /external/llvm/include/llvm/Analysis/
MemoryDependenceAnalysis.h 46 /// clobbers the desired value. The pointer member of the MemDepResult
58 /// defines/produces the desired memory location. The pointer member of
63 /// Note that the pointer operand may be different than that of the
64 /// queried pointer due to must aliases and phi translation. Note
172 /// instruction pointer. If so, the pointer is an instruction in the
176 /// and the instruction pointer will be null.
232 /// getAddress - Return the address of this pointer in this block. This can
251 /// the analysis will return calls and stores that might modify the pointer,
270 /// block. If the pointer is null, the cache value is not a full query tha
    [all...]
  /external/webkit/Source/WebCore/platform/chromium/
CursorChromium.cpp 326 COMPILE_ASSERT_MATCHING_ENUM(Pointer, TypePointer);
  /frameworks/base/core/java/android/view/
PointerIcon.java 33 * Represents an icon that can be used as a mouse pointer.
35 * Pointer icons can be provided either by the system using system styles,
50 /** Style constant: Arrow icon. (Default mouse pointer) */
66 // The default pointer icon.
82 * Gets a special pointer icon that has no bitmap.
84 * @return The null pointer icon.
93 * Gets the default pointer icon.
96 * @return The default pointer icon.
105 * Gets a system pointer icon for the given style.
106 * If style is not recognized, returns the default pointer icon
    [all...]
  /frameworks/compile/slang/
slang_rs_type_spec.h 22 ENUM_RS_DATA_TYPE_CLASS(Pointer) \
168 struct RSPointerType pointer; member in union:RSType
176 #define RS_CAST_TO_POINTER_TYPE(R) (&((R)->pointer))
slang_rs_export_type.cpp 262 case clang::Type::Pointer: {
273 if (PointeeType->getTypeClass() == clang::Type::Pointer) {
278 // We don't support pointer with array-type pointee or unsupported pointee
341 // Only if we are not a pointer to an object.
343 if (T->getTypeClass() != clang::Type::Pointer) {
483 case clang::Type::Pointer: {
661 case clang::Type::Pointer: {
753 case clang::Type::Pointer: {
    [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm_ocaml.c 339 /*--... Operations on array, pointer, and vector types .....................--*/
    [all...]
  /external/clang/include/clang/Sema/
DeclSpec.h     [all...]
  /external/v8/src/
platform-cygwin.cc 436 // because pthread_key_t is a pointer type on Cygwin. This will probably not
638 ScopedLock lock(mutex_.Pointer());
649 ScopedLock lock(mutex_.Pointer());
platform-macos.cc 80 // a pointer.
757 ScopedLock lock(mutex_.Pointer());
768 ScopedLock lock(mutex_.Pointer());
platform-solaris.cc 744 ScopedLock lock(mutex_.Pointer());
757 ScopedLock lock(mutex_.Pointer());

Completed in 1908 milliseconds

1 2 34 5 6 7 8