HomeSort by relevance Sort by last modified time
    Searched defs:const (Results 76 - 100 of 132) sorted by null

1 2 34 5 6

  /prebuilts/ndk/android-ndk-r7/platforms/android-8/arch-x86/usr/include/sys/
cdefs.h 93 #define __const const /* define reserved names to standard */
119 * Programs using the ANSI C keywords const, inline etc. as normal
123 #define const __const /* convert ANSI C keywords */ macro
140 * The following macro is used to remove const cast-away warnings
148 #define __UNCONST(a) ((void *)(unsigned long)(const void *)(a))
160 * pure (no side effects) functions using "volatile" and "const";
  /prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-arm/usr/include/sys/
cdefs.h 87 #define __const const /* define reserved names to standard */
113 * Programs using the ANSI C keywords const, inline etc. as normal
117 #define const __const /* convert ANSI C keywords */ macro
134 * The following macro is used to remove const cast-away warnings
142 #define __UNCONST(a) ((void *)(unsigned long)(const void *)(a))
154 * pure (no side effects) functions using "volatile" and "const";
  /prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-x86/usr/include/sys/
cdefs.h 87 #define __const const /* define reserved names to standard */
113 * Programs using the ANSI C keywords const, inline etc. as normal
117 #define const __const /* convert ANSI C keywords */ macro
134 * The following macro is used to remove const cast-away warnings
142 #define __UNCONST(a) ((void *)(unsigned long)(const void *)(a))
154 * pure (no side effects) functions using "volatile" and "const";
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
MemRegion.h 48 const MemRegion *R;
54 RegionOffset(const MemRegion *r) : R(r), Offset(0) {}
55 RegionOffset(const MemRegion *r, int64_t off) : R(r), Offset(off) {}
57 const MemRegion *getRegion() const { return R; }
58 int64_t getOffset() const { return Offset; }
113 const Kind kind;
120 ASTContext &getContext() const;
122 virtual void Profile(llvm::FoldingSetNodeID& ID) const = 0;
124 virtual MemRegionManager* getMemRegionManager() const = 0
    [all...]
  /development/ndk/platforms/android-3/include/
zconf.h 123 # ifndef const /* cannot use !defined(STDC) && !defined(const) on Mac */
124 # define const /* note: need a more gentle solution here */ macro
278 typedef void const *voidpc;
282 typedef Byte const *voidpc;
  /external/chromium/sdch/open-vcdiff/src/
zconf.h 123 # ifndef const /* cannot use !defined(STDC) && !defined(const) on Mac */
124 # define const /* note: need a more gentle solution here */ macro
278 typedef void const *voidpc;
282 typedef Byte const *voidpc;
  /external/clang/include/clang/AST/
CanonicalType.h 37 /// qualifiers (const, volatile, restrict) attached to it.
64 CanQual(const CanQual<U>& Other,
71 const T *getTypePtr() const { return cast<T>(Stored.getTypePtr()); }
76 const T *getTypePtrOrNull() const {
81 operator QualType() const { return Stored; }
84 operator bool() const { return !isNull(); }
86 bool isNull() const {
90 SplitQualType split() const { return Stored.split();
    [all...]
  /external/llvm/include/llvm/ADT/
FoldingSet.h 52 /// MyNode(const char *N, unsigned V) : Name(N), Value(V) {}
54 /// void Profile(FoldingSetNodeID &ID) const {
143 void *getNextInBucket() const { return NextInFoldingSetBucket; }
162 Node *FindNodeOrInsertPos(const FoldingSetNodeID &ID, void *&InsertPos);
178 unsigned size() const { return NumNodes; }
181 bool empty() const { return NumNodes == 0; }
193 virtual void GetNodeProfile(Node *N, FoldingSetNodeID &ID) const = 0;
196 virtual bool NodeEquals(Node *N, const FoldingSetNodeID &ID, unsigned IDHash,
197 FoldingSetNodeID &TempID) const=0;
200 virtual unsigned ComputeNodeHash(Node *N, FoldingSetNodeID &TempID) const = 0
    [all...]
  /external/qemu/distrib/zlib-1.2.3/
zconf.h 123 # ifndef const /* cannot use !defined(STDC) && !defined(const) on Mac */
124 # define const /* note: need a more gentle solution here */ macro
278 typedef void const *voidpc;
282 typedef Byte const *voidpc;
  /external/zlib/
zconf.in.h 123 # ifndef const /* cannot use !defined(STDC) && !defined(const) on Mac */
124 # define const /* note: need a more gentle solution here */ macro
278 typedef void const *voidpc;
282 typedef Byte const *voidpc;
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/
zconf.h 123 # ifndef const /* cannot use !defined(STDC) && !defined(const) on Mac */
124 # define const /* note: need a more gentle solution here */ macro
278 typedef void const *voidpc;
282 typedef Byte const *voidpc;
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/
zconf.h 123 # ifndef const /* cannot use !defined(STDC) && !defined(const) on Mac */
124 # define const /* note: need a more gentle solution here */ macro
278 typedef void const *voidpc;
282 typedef Byte const *voidpc;
  /prebuilts/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/
zconf.h 123 # ifndef const /* cannot use !defined(STDC) && !defined(const) on Mac */
124 # define const /* note: need a more gentle solution here */ macro
278 typedef void const *voidpc;
282 typedef Byte const *voidpc;
  /prebuilts/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/
zconf.h 123 # ifndef const /* cannot use !defined(STDC) && !defined(const) on Mac */
124 # define const /* note: need a more gentle solution here */ macro
278 typedef void const *voidpc;
282 typedef Byte const *voidpc;
  /prebuilts/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/
zconf.h 123 # ifndef const /* cannot use !defined(STDC) && !defined(const) on Mac */
124 # define const /* note: need a more gentle solution here */ macro
278 typedef void const *voidpc;
282 typedef Byte const *voidpc;
  /prebuilts/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/
zconf.h 123 # ifndef const /* cannot use !defined(STDC) && !defined(const) on Mac */
124 # define const /* note: need a more gentle solution here */ macro
278 typedef void const *voidpc;
282 typedef Byte const *voidpc;
  /prebuilts/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/
zconf.h 123 # ifndef const /* cannot use !defined(STDC) && !defined(const) on Mac */
124 # define const /* note: need a more gentle solution here */ macro
278 typedef void const *voidpc;
282 typedef Byte const *voidpc;
  /prebuilts/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/
zconf.h 123 # ifndef const /* cannot use !defined(STDC) && !defined(const) on Mac */
124 # define const /* note: need a more gentle solution here */ macro
278 typedef void const *voidpc;
282 typedef Byte const *voidpc;
  /prebuilts/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/
zconf.h 123 # ifndef const /* cannot use !defined(STDC) && !defined(const) on Mac */
124 # define const /* note: need a more gentle solution here */ macro
278 typedef void const *voidpc;
282 typedef Byte const *voidpc;
  /prebuilts/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/
zconf.h 123 # ifndef const /* cannot use !defined(STDC) && !defined(const) on Mac */
124 # define const /* note: need a more gentle solution here */ macro
278 typedef void const *voidpc;
282 typedef Byte const *voidpc;
  /prebuilts/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/
zconf.h 123 # ifndef const /* cannot use !defined(STDC) && !defined(const) on Mac */
124 # define const /* note: need a more gentle solution here */ macro
278 typedef void const *voidpc;
282 typedef Byte const *voidpc;
  /prebuilts/ndk/android-ndk-r7/platforms/android-14/arch-arm/usr/include/
zconf.h 123 # ifndef const /* cannot use !defined(STDC) && !defined(const) on Mac */
124 # define const /* note: need a more gentle solution here */ macro
278 typedef void const *voidpc;
282 typedef Byte const *voidpc;
  /prebuilts/ndk/android-ndk-r7/platforms/android-14/arch-x86/usr/include/
zconf.h 123 # ifndef const /* cannot use !defined(STDC) && !defined(const) on Mac */
124 # define const /* note: need a more gentle solution here */ macro
278 typedef void const *voidpc;
282 typedef Byte const *voidpc;
  /prebuilts/ndk/android-ndk-r7/platforms/android-3/arch-arm/usr/include/
zconf.h 123 # ifndef const /* cannot use !defined(STDC) && !defined(const) on Mac */
124 # define const /* note: need a more gentle solution here */ macro
278 typedef void const *voidpc;
282 typedef Byte const *voidpc;
  /prebuilts/ndk/android-ndk-r7/platforms/android-3/arch-x86/usr/include/
zconf.h 123 # ifndef const /* cannot use !defined(STDC) && !defined(const) on Mac */
124 # define const /* note: need a more gentle solution here */ macro
278 typedef void const *voidpc;
282 typedef Byte const *voidpc;

Completed in 1127 milliseconds

1 2 34 5 6