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

1 2 3 4 5 67 8 91011>>

  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
Redeclarable.h 31 typedef LazyGenerationalUpdatePtr<const Decl*, Decl*,
38 typedef const void *UninitializedLatest;
53 DeclLink(LatestTag, const ASTContext &Ctx)
58 bool NextIsPrevious() const {
65 bool NextIsLatest() const { return !NextIsPrevious(); }
67 decl_type *getNext(const decl_type *D) const {
74 Next = KnownLatest(*reinterpret_cast<const ASTContext *>(
91 Next = KnownLatest(*reinterpret_cast<const ASTContext *>(
103 Decl *getLatestNotUpdated() const {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/
Checker.h 31 static void _checkDecl(void *checker, const Decl *D, AnalysisManager& mgr,
33 ((const CHECKER *)checker)->checkASTDecl(cast<DECL>(D), mgr, BR);
36 static bool _handlesDecl(const Decl *D) {
50 static void _checkBody(void *checker, const Decl *D, AnalysisManager& mgr,
52 ((const CHECKER *)checker)->checkASTCodeBody(D, mgr, BR);
66 const TranslationUnitDecl *TU,
69 ((const CHECKER *)checker)->checkEndOfTranslationUnit(TU, mgr, BR);
84 static void _checkStmt(void *checker, const Stmt *S, CheckerContext &C) {
85 ((const CHECKER *)checker)->checkPreStmt(cast<STMT>(S), C);
88 static bool _handlesStmt(const Stmt *S)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ADT/
FoldingSet.h 53 /// MyNode(const char *N, unsigned V) : Name(N), Value(V) {}
55 /// void Profile(FoldingSetNodeID &ID) const {
148 void *getNextInBucket() const { return NextInFoldingSetBucket; }
167 Node *FindNodeOrInsertPos(const FoldingSetNodeID &ID, void *&InsertPos);
183 unsigned size() const { return NumNodes; }
186 bool empty() const { return NumNodes == 0; }
213 virtual void GetNodeProfile(Node *N, FoldingSetNodeID &ID) const = 0;
217 virtual bool NodeEquals(Node *N, const FoldingSetNodeID &ID, unsigned IDHash,
218 FoldingSetNodeID &TempID) const=0;
222 virtual unsigned ComputeNodeHash(Node *N, FoldingSetNodeID &TempID) const = 0
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
Redeclarable.h 31 typedef LazyGenerationalUpdatePtr<const Decl*, Decl*,
38 typedef const void *UninitializedLatest;
53 DeclLink(LatestTag, const ASTContext &Ctx)
58 bool NextIsPrevious() const {
65 bool NextIsLatest() const { return !NextIsPrevious(); }
67 decl_type *getNext(const decl_type *D) const {
74 Next = KnownLatest(*reinterpret_cast<const ASTContext *>(
91 Next = KnownLatest(*reinterpret_cast<const ASTContext *>(
103 Decl *getLatestNotUpdated() const {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/
Checker.h 31 static void _checkDecl(void *checker, const Decl *D, AnalysisManager& mgr,
33 ((const CHECKER *)checker)->checkASTDecl(cast<DECL>(D), mgr, BR);
36 static bool _handlesDecl(const Decl *D) {
50 static void _checkBody(void *checker, const Decl *D, AnalysisManager& mgr,
52 ((const CHECKER *)checker)->checkASTCodeBody(D, mgr, BR);
66 const TranslationUnitDecl *TU,
69 ((const CHECKER *)checker)->checkEndOfTranslationUnit(TU, mgr, BR);
84 static void _checkStmt(void *checker, const Stmt *S, CheckerContext &C) {
85 ((const CHECKER *)checker)->checkPreStmt(cast<STMT>(S), C);
88 static bool _handlesStmt(const Stmt *S)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ADT/
FoldingSet.h 53 /// MyNode(const char *N, unsigned V) : Name(N), Value(V) {}
55 /// void Profile(FoldingSetNodeID &ID) const {
148 void *getNextInBucket() const { return NextInFoldingSetBucket; }
167 Node *FindNodeOrInsertPos(const FoldingSetNodeID &ID, void *&InsertPos);
183 unsigned size() const { return NumNodes; }
186 bool empty() const { return NumNodes == 0; }
213 virtual void GetNodeProfile(Node *N, FoldingSetNodeID &ID) const = 0;
217 virtual bool NodeEquals(Node *N, const FoldingSetNodeID &ID, unsigned IDHash,
218 FoldingSetNodeID &TempID) const=0;
222 virtual unsigned ComputeNodeHash(Node *N, FoldingSetNodeID &TempID) const = 0
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
Redeclarable.h 31 typedef LazyGenerationalUpdatePtr<const Decl*, Decl*,
38 typedef const void *UninitializedLatest;
53 DeclLink(LatestTag, const ASTContext &Ctx)
58 bool NextIsPrevious() const {
65 bool NextIsLatest() const { return !NextIsPrevious(); }
67 decl_type *getNext(const decl_type *D) const {
74 Next = KnownLatest(*reinterpret_cast<const ASTContext *>(
91 Next = KnownLatest(*reinterpret_cast<const ASTContext *>(
103 Decl *getLatestNotUpdated() const {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/
Checker.h 31 static void _checkDecl(void *checker, const Decl *D, AnalysisManager& mgr,
33 ((const CHECKER *)checker)->checkASTDecl(cast<DECL>(D), mgr, BR);
36 static bool _handlesDecl(const Decl *D) {
50 static void _checkBody(void *checker, const Decl *D, AnalysisManager& mgr,
52 ((const CHECKER *)checker)->checkASTCodeBody(D, mgr, BR);
66 const TranslationUnitDecl *TU,
69 ((const CHECKER *)checker)->checkEndOfTranslationUnit(TU, mgr, BR);
84 static void _checkStmt(void *checker, const Stmt *S, CheckerContext &C) {
85 ((const CHECKER *)checker)->checkPreStmt(cast<STMT>(S), C);
88 static bool _handlesStmt(const Stmt *S)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
FoldingSet.h 53 /// MyNode(const char *N, unsigned V) : Name(N), Value(V) {}
55 /// void Profile(FoldingSetNodeID &ID) const {
148 void *getNextInBucket() const { return NextInFoldingSetBucket; }
167 Node *FindNodeOrInsertPos(const FoldingSetNodeID &ID, void *&InsertPos);
183 unsigned size() const { return NumNodes; }
186 bool empty() const { return NumNodes == 0; }
213 virtual void GetNodeProfile(Node *N, FoldingSetNodeID &ID) const = 0;
217 virtual bool NodeEquals(Node *N, const FoldingSetNodeID &ID, unsigned IDHash,
218 FoldingSetNodeID &TempID) const=0;
222 virtual unsigned ComputeNodeHash(Node *N, FoldingSetNodeID &TempID) const = 0
    [all...]
  /prebuilts/ndk/r10/platforms/android-12/arch-arm/usr/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";
  /prebuilts/ndk/r10/platforms/android-12/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/r10/platforms/android-12/arch-mips/usr/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";
  /prebuilts/ndk/r10/platforms/android-12/arch-mips/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/r10/platforms/android-12/arch-x86/usr/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";
  /prebuilts/ndk/r10/platforms/android-12/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/r10/platforms/android-13/arch-arm/usr/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";
  /prebuilts/ndk/r10/platforms/android-13/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/r10/platforms/android-13/arch-mips/usr/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";
  /prebuilts/ndk/r10/platforms/android-13/arch-mips/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/r10/platforms/android-13/arch-x86/usr/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";
  /prebuilts/ndk/r10/platforms/android-13/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/r10/platforms/android-14/arch-arm/usr/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";
  /prebuilts/ndk/r10/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/r10/platforms/android-14/arch-mips/usr/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";
  /prebuilts/ndk/r10/platforms/android-14/arch-mips/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 788 milliseconds

1 2 3 4 5 67 8 91011>>