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

<<11121314151617

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
libio.h 80 # ifndef const
81 # define const macro
222 const wchar_t *,
223 const wchar_t *,
224 const wchar_t **, char *,
231 const char *, const char *,
232 const char **, wchar_t *,
237 const char *, const char *, _IO_size_t)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
libio.h 80 # ifndef const
81 # define const macro
224 const wchar_t *,
225 const wchar_t *,
226 const wchar_t **, char *,
233 const char *, const char *,
234 const char **, wchar_t *,
239 const char *, const char *, _IO_size_t)
    [all...]
  /external/google-breakpad/src/testing/include/gmock/
gmock-matchers.h 71 // bool InterestedInWhy(bool result) const;
84 MatchResultListener& operator<<(const T& x) {
97 bool IsInterested() const { return stream_ != NULL; }
100 ::std::ostream* const stream_;
128 virtual bool MatchAndExplain(T x, MatchResultListener* listener) const = 0;
135 virtual void DescribeTo(::std::ostream* os) const = 0;
143 virtual void DescribeNegationTo(::std::ostream* os) const {
179 internal::string str() const { return ss_.str(); }
195 bool MatchAndExplain(T x, MatchResultListener* listener) const {
200 bool Matches(T x) const {
    [all...]
  /external/libpng/contrib/tools/
pngfix.c 64 /* We must ensure that zlib uses 'const' in declarations. */
68 #ifdef const
69 /* zlib.h sometimes #defines const to nothing, undo this. */
70 # undef const macro
97 static_cast<type>(static_cast<const void*>(value))
102 # define aligncastconst(type, value) ((const void*)(value))
757 skip_chunk_type(const struct global *global, png_uint_32 type)
839 const char * file_name;
840 const char * out_name; /* Name of output file (if required) */
916 emit_string(const char *str, FILE *out
    [all...]
  /external/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h 54 void checkForCycles(const SDNode *N, const SelectionDAG *DAG = nullptr,
62 const EVT *VTs;
71 bool isConstantSplatVector(const SDNode *N, APInt &SplatValue);
75 bool isBuildVectorAllOnes(const SDNode *N);
79 bool isBuildVectorAllZeros(const SDNode *N);
83 bool isBuildVectorOfConstantSDNodes(const SDNode *N);
87 bool isBuildVectorOfConstantFPSDNodes(const SDNode *N);
91 bool allOperandsUndef(const SDNode *N);
115 unsigned getResNo() const { return ResNo;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h 65 void checkForCycles(const SDNode *N, const SelectionDAG *DAG = nullptr,
73 const EVT *VTs;
83 bool isConstantSplatVector(const SDNode *N, APInt &SplatValue);
87 bool isBuildVectorAllOnes(const SDNode *N);
91 bool isBuildVectorAllZeros(const SDNode *N);
95 bool isBuildVectorOfConstantSDNodes(const SDNode *N);
99 bool isBuildVectorOfConstantFPSDNodes(const SDNode *N);
103 bool allOperandsUndef(const SDNode *N);
129 unsigned getResNo() const { return ResNo;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h 65 void checkForCycles(const SDNode *N, const SelectionDAG *DAG = nullptr,
73 const EVT *VTs;
83 bool isConstantSplatVector(const SDNode *N, APInt &SplatValue);
87 bool isBuildVectorAllOnes(const SDNode *N);
91 bool isBuildVectorAllZeros(const SDNode *N);
95 bool isBuildVectorOfConstantSDNodes(const SDNode *N);
99 bool isBuildVectorOfConstantFPSDNodes(const SDNode *N);
103 bool allOperandsUndef(const SDNode *N);
129 unsigned getResNo() const { return ResNo;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h 65 void checkForCycles(const SDNode *N, const SelectionDAG *DAG = nullptr,
73 const EVT *VTs;
83 bool isConstantSplatVector(const SDNode *N, APInt &SplatValue);
87 bool isBuildVectorAllOnes(const SDNode *N);
91 bool isBuildVectorAllZeros(const SDNode *N);
95 bool isBuildVectorOfConstantSDNodes(const SDNode *N);
99 bool isBuildVectorOfConstantFPSDNodes(const SDNode *N);
103 bool allOperandsUndef(const SDNode *N);
129 unsigned getResNo() const { return ResNo;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h 65 void checkForCycles(const SDNode *N, const SelectionDAG *DAG = nullptr,
73 const EVT *VTs;
83 bool isConstantSplatVector(const SDNode *N, APInt &SplatValue);
87 bool isBuildVectorAllOnes(const SDNode *N);
91 bool isBuildVectorAllZeros(const SDNode *N);
95 bool isBuildVectorOfConstantSDNodes(const SDNode *N);
99 bool isBuildVectorOfConstantFPSDNodes(const SDNode *N);
103 bool allOperandsUndef(const SDNode *N);
129 unsigned getResNo() const { return ResNo;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h 65 void checkForCycles(const SDNode *N, const SelectionDAG *DAG = nullptr,
73 const EVT *VTs;
83 bool isConstantSplatVector(const SDNode *N, APInt &SplatValue);
87 bool isBuildVectorAllOnes(const SDNode *N);
91 bool isBuildVectorAllZeros(const SDNode *N);
95 bool isBuildVectorOfConstantSDNodes(const SDNode *N);
99 bool isBuildVectorOfConstantFPSDNodes(const SDNode *N);
103 bool allOperandsUndef(const SDNode *N);
129 unsigned getResNo() const { return ResNo;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h 65 void checkForCycles(const SDNode *N, const SelectionDAG *DAG = nullptr,
73 const EVT *VTs;
83 bool isConstantSplatVector(const SDNode *N, APInt &SplatValue);
87 bool isBuildVectorAllOnes(const SDNode *N);
91 bool isBuildVectorAllZeros(const SDNode *N);
95 bool isBuildVectorOfConstantSDNodes(const SDNode *N);
99 bool isBuildVectorOfConstantFPSDNodes(const SDNode *N);
103 bool allOperandsUndef(const SDNode *N);
129 unsigned getResNo() const { return ResNo;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h 65 void checkForCycles(const SDNode *N, const SelectionDAG *DAG = nullptr,
73 const EVT *VTs;
83 bool isConstantSplatVector(const SDNode *N, APInt &SplatValue);
87 bool isBuildVectorAllOnes(const SDNode *N);
91 bool isBuildVectorAllZeros(const SDNode *N);
95 bool isBuildVectorOfConstantSDNodes(const SDNode *N);
99 bool isBuildVectorOfConstantFPSDNodes(const SDNode *N);
103 bool allOperandsUndef(const SDNode *N);
129 unsigned getResNo() const { return ResNo;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h 65 void checkForCycles(const SDNode *N, const SelectionDAG *DAG = nullptr,
73 const EVT *VTs;
83 bool isConstantSplatVector(const SDNode *N, APInt &SplatValue);
87 bool isBuildVectorAllOnes(const SDNode *N);
91 bool isBuildVectorAllZeros(const SDNode *N);
95 bool isBuildVectorOfConstantSDNodes(const SDNode *N);
99 bool isBuildVectorOfConstantFPSDNodes(const SDNode *N);
103 bool allOperandsUndef(const SDNode *N);
129 unsigned getResNo() const { return ResNo;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d3d10.h 806 explicit CD3D10_BUFFER_DESC(const D3D10_BUFFER_DESC &o) : D3D10_BUFFER_DESC(o) {}
815 operator const D3D10_BUFFER_DESC&() const {
840 explicit CD3D10_TEXTURE1D_DESC(const D3D10_TEXTURE1D_DESC &o) : D3D10_TEXTURE1D_DESC(o) {}
854 operator const D3D10_TEXTURE1D_DESC&() const {
874 explicit CD3D10_TEXTURE2D_DESC(const D3D10_TEXTURE2D_DESC &o) : D3D10_TEXTURE2D_DESC(o) {}
897 operator const D3D10_TEXTURE2D_DESC&() const {
1078 const void *pSysMem
    [all...]
  /external/clang/lib/Sema/
SemaCodeComplete.cpp 48 typedef bool (ResultBuilder::*LookupFilter)(const NamedDecl *) const;
59 llvm::SmallPtrSet<const Decl*, 16> AllDeclsFound;
61 typedef std::pair<const NamedDecl *, unsigned> DeclIndexPair;
71 llvm::PointerUnion<const NamedDecl *, DeclIndexPairVector*> DeclOrVector;
80 void Add(const NamedDecl *ND, unsigned Index) {
88 if (const NamedDecl *PrevND =
89 DeclOrVector.dyn_cast<const NamedDecl *>()) {
112 iterator begin() const;
113 iterator end() const;
    [all...]
  /external/fmtlib/test/gmock/
gmock.h 289 IgnoredValue(const T& /* ignored */) {} // NOLINT(runtime/explicit)
514 GTEST_API_ string ConvertIdentifierNameToWords(const char* id_name);
534 inline const typename Pointer::element_type* GetRawPointer(const Pointer& p) {
544 bool operator()(const ::testing::internal::linked_ptr<T>& lhs,
545 const ::testing::internal::linked_ptr<T>& rhs) const {
727 virtual void ReportFailure(FailureType type, const char* file, int line,
728 const string& message) = 0;
739 inline void Assert(bool condition, const char* file, int line
    [all...]

Completed in 2095 milliseconds

<<11121314151617