HomeSort by relevance Sort by last modified time
    Searched full:intptr (Results 1 - 25 of 25) sorted by null

  /external/clang/test/SemaCXX/
warn-cast-align.cpp 20 typedef int *IntPtr;
21 c = IntPtr(P); // expected-warning {{cast from 'char *' to 'IntPtr' (aka 'int *') increases required alignment from 1 to 4}}
43 typedef int *IntPtr;
44 c = IntPtr(P);
composite-pointer-type.cpp 39 typedef int *IntPtr;
40 typedef IntPtr *IntPtrPtr;
41 typedef IntPtr const *IntPtrConstPtr;
  /external/openssh/
readconf.c 360 int negated, opcode, *intptr, value, value2, scale; local
391 intptr = &options->connection_timeout;
400 if (*activep && *intptr == -1)
401 *intptr = value;
405 intptr = &options->forward_agent;
417 if (*activep && *intptr == -1)
418 *intptr = value;
422 intptr = &options->forward_x11;
426 intptr = &options->forward_x11_trusted;
430 intptr = &options->forward_x11_timeout
    [all...]
servconf.c 721 int cmdline = 0, *intptr, value, value2, n; local
738 intptr = NULL;
762 intptr = &options->use_pam;
789 intptr = &options->server_key_bits;
796 if (*activep && *intptr == -1)
797 *intptr = value;
801 intptr = &options->login_grace_time;
810 if (*intptr == -1)
811 *intptr = value;
815 intptr = &options->key_regeneration_time
    [all...]
  /external/bluetooth/glib/build/win32/dirent/
dirent.h 29 #define INTPTR __int64
31 #define INTPTR long
50 INTPTR dd_handle;
97 INTPTR dd_handle;
  /external/clang/test/Parser/
recovery.c 85 void bar(intptr y); // expected-error {{unknown type name 'intptr'; did you mean 'intptr_t'?}}
  /external/llvm/lib/Transforms/Scalar/
LoopIdiomRecognize.cpp 501 Type *IntPtr = TD->getIntPtrType(DestPtr->getContext());
502 BECount = SE->getTruncateOrZeroExtend(BECount, IntPtr);
504 const SCEV *NumBytesS = SE->getAddExpr(BECount, SE->getConstant(IntPtr, 1),
507 NumBytesS = SE->getMulExpr(NumBytesS, SE->getConstant(IntPtr, StoreSize),
511 Expander.expandCodeFor(NumBytesS, IntPtr, Preheader->getTerminator());
521 Builder.getInt8PtrTy(), IntPtr,
607 Type *IntPtr = TD->getIntPtrType(SI->getContext());
608 BECount = SE->getTruncateOrZeroExtend(BECount, IntPtr);
610 const SCEV *NumBytesS = SE->getAddExpr(BECount, SE->getConstant(IntPtr, 1),
613 NumBytesS = SE->getMulExpr(NumBytesS, SE->getConstant(IntPtr, StoreSize)
    [all...]
  /ndk/tests/build/stdint-c++/jni/
gen-sources.sh 21 for PREFIX in INTPTR PTRDIFF; do
  /frameworks/base/core/jni/
android_os_MessageQueue.cpp 114 jint intPtr = env->GetIntField(messageQueueObj, gMessageQueueClassInfo.mPtr);
115 return reinterpret_cast<NativeMessageQueue*>(intPtr);
android_view_InputChannel.cpp 84 jint intPtr = env->GetIntField(inputChannelObj, gInputChannelClassInfo.mPtr);
85 return reinterpret_cast<NativeInputChannel*>(intPtr);
  /external/skia/src/gpu/
app-android.cpp 361 union IntPtr {
366 IntPtr data;
  /external/llvm/lib/CodeGen/
IntrinsicLowering.cpp 460 IntegerType *IntPtr = TD.getIntPtrType(Context);
461 Value *Size = Builder.CreateIntCast(CI->getArgOperand(2), IntPtr,
471 IntegerType *IntPtr = TD.getIntPtrType(Context);
472 Value *Size = Builder.CreateIntCast(CI->getArgOperand(2), IntPtr,
482 IntegerType *IntPtr = TD.getIntPtrType(Context);
483 Value *Size = Builder.CreateIntCast(CI->getArgOperand(2), IntPtr,
  /external/llvm/lib/Target/X86/
X86SelectionDAGInfo.cpp 56 EVT IntPtr = TLI.getPointerTy();
70 DAG.getExternalSymbol(bzeroEntry, IntPtr), Args,
  /dalvik/vm/
Exception.cpp 830 int* intPtr;
891 intPtr = (int*)(void*)stackData->contents;
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/lib/
libgomp.so 
libgomp.so.1 
libgomp.so.1.0.0 
libgomp.a     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineAddSub.cpp 411 /// in the base pointer). Return the result as a signed integer of intptr size.
InstCombineCompares.cpp 560 // Okay, we can do this evaluation. Start by converting the index to intptr.
    [all...]
  /external/llvm/docs/
SourceLevelDebugging.html     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]
  /external/clang/lib/Parse/
ParseDecl.cpp     [all...]
  /external/llvm/lib/VMCore/
Instructions.cpp     [all...]
  /external/dbus/
ChangeLog.pre-1-0     [all...]

Completed in 2893 milliseconds