HomeSort by relevance Sort by last modified time
    Searched defs:const (Results 101 - 125 of 416) sorted by null

1 2 3 45 6 7 8 91011>>

  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
CanonicalType.h 36 /// qualifiers (const, volatile, restrict) attached to it.
63 CanQual(const CanQual<U> &Other,
70 const T *getTypePtr() const { return cast<T>(Stored.getTypePtr()); }
75 const T *getTypePtrOrNull() const {
80 operator QualType() const { return Stored; }
83 explicit operator bool() const { return !isNull(); }
85 bool isNull() const {
89 SplitQualType split() const { return Stored.split();
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Option/
ArgList.h 36 const ArgList &Args;
51 typedef Arg * const * value_type;
52 typedef Arg * const & reference;
53 typedef Arg * const * pointer;
57 arg_iterator(SmallVectorImpl<Arg *>::const_iterator it, const ArgList &Args,
64 operator const Arg*() { return *Current; }
65 reference operator*() const { return *Current; }
66 pointer operator->() const { return Current; }
134 const arglist_type &getArgs() const { return Args;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/XRay/
Graph.h 56 /// for(const auto &v : G.vertices()){
59 /// for(const auto &e : G.edges()){
130 typename T = typename std::conditional<IsConst, const EdgeValueType,
137 typename std::conditional<IsConst, const EdgeMapT, EdgeMapT>::type;
141 const EdgeValueType>;
150 const EdgeValueType>() const {
152 const EdgeValueType>(this->I, MP, SI);
163 T &operator*() const {
172 /// A const iterator type for iterating through the set of edges entering
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
CanonicalType.h 36 /// qualifiers (const, volatile, restrict) attached to it.
63 CanQual(const CanQual<U> &Other,
70 const T *getTypePtr() const { return cast<T>(Stored.getTypePtr()); }
75 const T *getTypePtrOrNull() const {
80 operator QualType() const { return Stored; }
83 explicit operator bool() const { return !isNull(); }
85 bool isNull() const {
89 SplitQualType split() const { return Stored.split();
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Option/
ArgList.h 36 const ArgList &Args;
51 typedef Arg * const * value_type;
52 typedef Arg * const & reference;
53 typedef Arg * const * pointer;
57 arg_iterator(SmallVectorImpl<Arg *>::const_iterator it, const ArgList &Args,
64 operator const Arg*() { return *Current; }
65 reference operator*() const { return *Current; }
66 pointer operator->() const { return Current; }
134 const arglist_type &getArgs() const { return Args;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/XRay/
Graph.h 56 /// for(const auto &v : G.vertices()){
59 /// for(const auto &e : G.edges()){
130 typename T = typename std::conditional<IsConst, const EdgeValueType,
137 typename std::conditional<IsConst, const EdgeMapT, EdgeMapT>::type;
141 const EdgeValueType>;
150 const EdgeValueType>() const {
152 const EdgeValueType>(this->I, MP, SI);
163 T &operator*() const {
172 /// A const iterator type for iterating through the set of edges entering
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
CanonicalType.h 36 /// qualifiers (const, volatile, restrict) attached to it.
63 CanQual(const CanQual<U> &Other,
70 const T *getTypePtr() const { return cast<T>(Stored.getTypePtr()); }
75 const T *getTypePtrOrNull() const {
80 operator QualType() const { return Stored; }
83 explicit operator bool() const { return !isNull(); }
85 bool isNull() const {
89 SplitQualType split() const { return Stored.split();
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Option/
ArgList.h 36 const ArgList &Args;
51 typedef Arg * const * value_type;
52 typedef Arg * const & reference;
53 typedef Arg * const * pointer;
57 arg_iterator(SmallVectorImpl<Arg *>::const_iterator it, const ArgList &Args,
64 operator const Arg*() { return *Current; }
65 reference operator*() const { return *Current; }
66 pointer operator->() const { return Current; }
134 const arglist_type &getArgs() const { return Args;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/XRay/
Graph.h 56 /// for(const auto &v : G.vertices()){
59 /// for(const auto &e : G.edges()){
130 typename T = typename std::conditional<IsConst, const EdgeValueType,
137 typename std::conditional<IsConst, const EdgeMapT, EdgeMapT>::type;
141 const EdgeValueType>;
150 const EdgeValueType>() const {
152 const EdgeValueType>(this->I, MP, SI);
163 T &operator*() const {
172 /// A const iterator type for iterating through the set of edges entering
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
CanonicalType.h 36 /// qualifiers (const, volatile, restrict) attached to it.
63 CanQual(const CanQual<U> &Other,
70 const T *getTypePtr() const { return cast<T>(Stored.getTypePtr()); }
75 const T *getTypePtrOrNull() const {
80 operator QualType() const { return Stored; }
83 explicit operator bool() const { return !isNull(); }
85 bool isNull() const {
89 SplitQualType split() const { return Stored.split();
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Option/
ArgList.h 36 const ArgList &Args;
51 typedef Arg * const * value_type;
52 typedef Arg * const & reference;
53 typedef Arg * const * pointer;
57 arg_iterator(SmallVectorImpl<Arg *>::const_iterator it, const ArgList &Args,
64 operator const Arg*() { return *Current; }
65 reference operator*() const { return *Current; }
66 pointer operator->() const { return Current; }
134 const arglist_type &getArgs() const { return Args;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/XRay/
Graph.h 56 /// for(const auto &v : G.vertices()){
59 /// for(const auto &e : G.edges()){
130 typename T = typename std::conditional<IsConst, const EdgeValueType,
137 typename std::conditional<IsConst, const EdgeMapT, EdgeMapT>::type;
141 const EdgeValueType>;
150 const EdgeValueType>() const {
152 const EdgeValueType>(this->I, MP, SI);
163 T &operator*() const {
172 /// A const iterator type for iterating through the set of edges entering
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
CanonicalType.h 36 /// qualifiers (const, volatile, restrict) attached to it.
63 CanQual(const CanQual<U> &Other,
70 const T *getTypePtr() const { return cast<T>(Stored.getTypePtr()); }
75 const T *getTypePtrOrNull() const {
80 operator QualType() const { return Stored; }
83 explicit operator bool() const { return !isNull(); }
85 bool isNull() const {
89 SplitQualType split() const { return Stored.split();
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Option/
ArgList.h 36 const ArgList &Args;
51 typedef Arg * const * value_type;
52 typedef Arg * const & reference;
53 typedef Arg * const * pointer;
57 arg_iterator(SmallVectorImpl<Arg *>::const_iterator it, const ArgList &Args,
64 operator const Arg*() { return *Current; }
65 reference operator*() const { return *Current; }
66 pointer operator->() const { return Current; }
134 const arglist_type &getArgs() const { return Args;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/XRay/
Graph.h 56 /// for(const auto &v : G.vertices()){
59 /// for(const auto &e : G.edges()){
130 typename T = typename std::conditional<IsConst, const EdgeValueType,
137 typename std::conditional<IsConst, const EdgeMapT, EdgeMapT>::type;
141 const EdgeValueType>;
150 const EdgeValueType>() const {
152 const EdgeValueType>(this->I, MP, SI);
163 T &operator*() const {
172 /// A const iterator type for iterating through the set of edges entering
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.8/include/
ansidecl.h 29 PTRCONST `void *const' `char *'
31 const not defined `'
59 int printf PARAMS ((const char *format, ...));
62 printf VPARAMS ((const char *format, ...))
82 printf VPARAMS ((const char *format, ...))
87 VA_FIXEDARG (ap, const char *, format);
112 CONST, VOLATILE, SIGNED, PROTO, EXFUN, DEFUN, DEFUN_VOID,
154 #define PTRCONST void *const
174 #undef const macro
193 #define CONST cons
222 #undef const macro
226 #define const macro
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.8/include/
ansidecl.h 29 PTRCONST `void *const' `char *'
31 const not defined `'
59 int printf PARAMS ((const char *format, ...));
62 printf VPARAMS ((const char *format, ...))
82 printf VPARAMS ((const char *format, ...))
87 VA_FIXEDARG (ap, const char *, format);
112 CONST, VOLATILE, SIGNED, PROTO, EXFUN, DEFUN, DEFUN_VOID,
154 #define PTRCONST void *const
174 #undef const macro
193 #define CONST cons
222 #undef const macro
226 #define const macro
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
ansidecl.h 29 PTRCONST `void *const' `char *'
31 const not defined `'
59 int printf PARAMS ((const char *format, ...));
62 printf VPARAMS ((const char *format, ...))
82 printf VPARAMS ((const char *format, ...))
87 VA_FIXEDARG (ap, const char *, format);
112 CONST, VOLATILE, SIGNED, PROTO, EXFUN, DEFUN, DEFUN_VOID,
154 #define PTRCONST void *const
174 #undef const macro
193 #define CONST cons
222 #undef const macro
226 #define const macro
    [all...]
  /toolchain/binutils/binutils-2.25/include/
ansidecl.h 29 PTRCONST `void *const' `char *'
31 const not defined `'
59 int printf PARAMS ((const char *format, ...));
62 printf VPARAMS ((const char *format, ...))
82 printf VPARAMS ((const char *format, ...))
87 VA_FIXEDARG (ap, const char *, format);
112 CONST, VOLATILE, SIGNED, PROTO, EXFUN, DEFUN, DEFUN_VOID,
154 #define PTRCONST void *const
174 #undef const macro
193 #define CONST cons
222 #undef const macro
226 #define const macro
    [all...]
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-elfvsb/
sh1.c 152 #define const macro
156 static const char *str = "Hello, world\n";
161 const char *s1, *s2;
  /toolchain/binutils/binutils-2.25/libiberty/
getopt.c 40 reject `defined (const)'. */
41 # ifndef const macro
42 # define const
224 extern char *getenv (const char *);
231 my_index (const char *str, int chr)
250 extern int strlen (const char *);
277 static char *const *original_argv;
284 store_args_and_env (int argc, char *const *argv)
401 static const char *_getopt_initialize (int, char *const *, const char *)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
comutil.h 53 BSTR WINAPI ConvertStringToBSTR(const char *pSrc);
60 _bstr_t(const _bstr_t &s) throw();
61 _bstr_t(const char *s);
62 _bstr_t(const wchar_t *s);
63 _bstr_t(const _variant_t &var);
66 _bstr_t &operator=(const _bstr_t &s) throw();
67 _bstr_t &operator=(const char *s);
68 _bstr_t &operator=(const wchar_t *s);
69 _bstr_t &operator=(const _variant_t &var);
70 _bstr_t &operator+=(const _bstr_t &s)
    [all...]
  /development/ndk/platforms/android-21/include/sys/
cdefs.h 105 #define __const const /* define reserved names to standard */
131 * Programs using the ANSI C keywords const, inline etc. as normal
135 #define const __const /* convert ANSI C keywords */ macro
152 * The following macro is used to remove const cast-away warnings
160 #define __UNCONST(a) ((void *)(unsigned long)(const void *)(a))
172 * pure (no side effects) functions using "volatile" and "const";
  /development/ndk/platforms/android-9/include/sys/
cdefs.h 111 #define __const const /* define reserved names to standard */
137 * Programs using the ANSI C keywords const, inline etc. as normal
141 #define const __const /* convert ANSI C keywords */ macro
158 * The following macro is used to remove const cast-away warnings
166 #define __UNCONST(a) ((void *)(unsigned long)(const void *)(a))
178 * pure (no side effects) functions using "volatile" and "const";
  /development/ndk/platforms/android-9/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 1295 milliseconds

1 2 3 45 6 7 8 91011>>