Searched refs:Const (Results 1 - 25 of 59) sorted by relevance

123

/external/clang/test/CXX/dcl.decl/dcl.meaning/dcl.fct/dcl.fct.def.default/
H A Dp2.cpp6 struct Const { struct in namespace:move
7 Const(const Const&&) = default; // expected-error {{the parameter for an explicitly-defaulted move constructor may not be const}}
8 Const& operator=(const Const&&) = default; // expected-error {{the parameter for an explicitly-defaulted move assignment operator may not be const}}
35 struct Const { struct in namespace:copy
36 Const(const Const&) = default;
37 Const& operator=(const Const
[all...]
/external/clang/test/SemaTemplate/
H A Dalias-church-numerals.cpp28 template<typename T, T N> struct Const { static const T value = N; }; struct
30 template<typename T, T N> struct IncrementHelper<Const<T, N>> { using Result = Const<T, N+1>; };
33 using Arr = int[TwoHundredAndFiftySix<Increment, Const<int, 0>>::value];
H A Ddeduction.cpp127 template<typename T> struct Const { typedef void const type; }; struct in namespace:test2
129 template<typename T> void f(T, typename Const<T>::type*);
/external/mesa3d/src/glsl/
H A Dir_variable.cpp109 state->Const.MaxVertexAttribs);
111 state->Const.MaxVertexUniformComponents);
113 state->Const.MaxVaryingFloats / 4);
115 state->Const.MaxVertexTextureImageUnits);
117 state->Const.MaxCombinedTextureImageUnits);
119 state->Const.MaxTextureImageUnits);
121 state->Const.MaxFragmentUniformComponents);
139 state->Const.MaxLights);
141 state->Const.MaxClipPlanes);
143 state->Const
[all...]
H A Dglsl_compiler.cpp54 ctx->Const.MaxLights = 8;
55 ctx->Const.MaxClipPlanes = 8;
56 ctx->Const.MaxTextureUnits = 2;
61 ctx->Const.MaxTextureCoordUnits = 4;
63 ctx->Const.VertexProgram.MaxAttribs = 16;
64 ctx->Const.VertexProgram.MaxUniformComponents = 512;
65 ctx->Const.MaxVarying = 8;
66 ctx->Const.MaxVertexTextureImageUnits = 0;
67 ctx->Const.MaxCombinedTextureImageUnits = 2;
68 ctx->Const
[all...]
H A Dglsl_parser_extras.cpp69 this->Const.MaxLights = ctx->Const.MaxLights;
70 this->Const.MaxClipPlanes = ctx->Const.MaxClipPlanes;
71 this->Const.MaxTextureUnits = ctx->Const.MaxTextureUnits;
72 this->Const.MaxTextureCoords = ctx->Const.MaxTextureCoordUnits;
73 this->Const.MaxVertexAttribs = ctx->Const
[all...]
H A Dglsl_parser_extras.h95 } Const; member in struct:_mesa_glsl_parse_state
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSDNodeDbgValue.h44 const Value *Const; // valid for constants member in union:llvm::SDDbgValue::__anon7404
67 u.Const = C;
90 const Value *getConst() { assert (kind==CONST); return u.Const; }
/external/valgrind/main/VEX/priv/
H A Dir_opt.c353 if (ex->Iex.Const.con->tag == Ico_F64i) {
356 IRExpr_Const(ex->Iex.Const.con)));
900 && e1->Iex.Const.con->tag == Ico_U32
901 && e2->Iex.Const.con->tag == Ico_U32
902 && e1->Iex.Const.con->Ico.U32
903 == e2->Iex.Const.con->Ico.U32 );
924 && e->Iex.Const.con->tag == Ico_U32
925 && e->Iex.Const.con->Ico.U32 == 0);
932 && e->Iex.Const.con->tag == Ico_U64
933 && e->Iex.Const
[all...]
H A Dir_match.c89 return eqIRConst(p->Iex.Const.con, e->Iex.Const.con);
H A Dhost_amd64_isel.c275 && e->Iex.Const.con->tag == Ico_U64
276 && e->Iex.Const.con->Ico.U64 == 0ULL;
282 && e->Iex.Const.con->tag == Ico_U32
283 && e->Iex.Const.con->Ico.U32 == 0;
389 vassert(e->Iex.Const.con->tag == Ico_U64);
390 if (fitsIn32Bits(e->Iex.Const.con->Ico.U64)) {
393 AMD64RMI_Imm(toUInt(e->Iex.Const.con->Ico.U64)),
397 return AMD64Instr_Imm64(e->Iex.Const.con->Ico.U64, dst);
520 && guard->Iex.Const.con->tag == Ico_U1
521 && guard->Iex.Const
[all...]
H A Dhost_s390_isel.c224 if (arg2->tag == Iex_Const && arg2->Iex.Const.con->tag == Ico_U64) {
225 ULong value = arg2->Iex.Const.con->Ico.U64;
331 switch (expr->Iex.Const.con->tag) {
332 case Ico_U1: value = expr->Iex.Const.con->Ico.U1; break;
333 case Ico_U8: value = expr->Iex.Const.con->Ico.U8; break;
334 case Ico_U16: value = expr->Iex.Const.con->Ico.U16; break;
335 case Ico_U32: value = expr->Iex.Const.con->Ico.U32; break;
336 case Ico_U64: value = expr->Iex.Const.con->Ico.U64; break;
392 && guard->Iex.Const.con->tag == Ico_U1
393 && guard->Iex.Const
[all...]
H A Dhost_x86_isel.c109 && e->Iex.Const.con->tag == Ico_U8
110 && e->Iex.Const.con->Ico.U8 == 0;
116 && e->Iex.Const.con->tag == Ico_U32
117 && e->Iex.Const.con->Ico.U32 == 0;
123 && e->Iex.Const.con->tag == Ico_U64
124 && e->Iex.Const.con->Ico.U64 == 0ULL;
560 && guard->Iex.Const.con->tag == Ico_U1
561 && guard->Iex.Const.con->Ico.U1 == True) {
904 vassert(e->Iex.Binop.arg2->Iex.Const.con->tag == Ico_U8);
905 nshift = e->Iex.Binop.arg2->Iex.Const
[all...]
H A Dhost_ppc_isel.c725 && guard->Iex.Const.con->tag == Ico_U1
726 && guard->Iex.Const.con->Ico.U1 == True) {
834 && guard->Iex.Const.con->tag == Ico_U1
835 && guard->Iex.Const.con->Ico.U1 == True) {
1948 IRConst* con = e->Iex.Const.con;
2079 && e->Iex.Binop.arg2->Iex.Const.con->tag == Ico_U64
2081 ->Iex.Const.con->Ico.U64)
2084 ->Iex.Const.con->Ico.U64)) {
2085 return PPCAMode_IR( (Int)e->Iex.Binop.arg2->Iex.Const.con->Ico.U64,
2105 && e->Iex.Binop.arg2->Iex.Const
[all...]
H A Dguest_s390_helpers.c695 return expr->tag == Iex_Const && expr->Iex.Const.con->tag == Ico_U64;
737 cond = cond_expr->Iex.Const.con->Ico.U64;
738 cc_op = cc_op_expr->Iex.Const.con->Ico.U64;
898 mask = cc_dep2->Iex.Const.con->Ico.U64;
972 mask16 = cc_dep2->Iex.Const.con->Ico.U64;
1014 mask16 = cc_dep2->Iex.Const.con->Ico.U64;
H A Dhost_arm_isel.c450 && guard->Iex.Const.con->tag == Ico_U1
451 && guard->Iex.Const.con->Ico.U1 == True) {
561 && guard->Iex.Const.con->tag == Ico_U1
562 && guard->Iex.Const.con->Ico.U1 == True) {
678 && e->Iex.Binop.arg2->Iex.Const.con->tag == Ico_U32) {
679 Int simm = (Int)e->Iex.Binop.arg2->Iex.Const.con->Ico.U32;
744 && e->Iex.Binop.arg2->Iex.Const.con->tag == Ico_U32) {
745 Int simm = (Int)e->Iex.Binop.arg2->Iex.Const.con->Ico.U32;
796 && e->Iex.Binop.arg2->Iex.Const.con->tag == Ico_U32) {
797 Int simm = (Int)e->Iex.Binop.arg2->Iex.Const
[all...]
/external/openssl/crypto/md5/asm/
H A Dmd5-x86_64.pl26 lea $T_i($dst,%r10d),$dst /* Const + dst + ... */
51 lea $T_i($dst,%r10d),$dst /* Const + dst + ... */
75 lea $T_i($dst,%r10d),$dst /* Const + dst + ... */
99 lea $T_i($dst,%r10d),$dst /* Const + dst + ... */
/external/mesa3d/src/pixelflinger2/
H A Dshader.cpp50 ctx->Const.MaxLights = 8;
51 ctx->Const.MaxClipPlanes = 8;
52 ctx->Const.MaxTextureUnits = 2;
57 ctx->Const.MaxTextureCoordUnits = 4;
59 ctx->Const.VertexProgram.MaxAttribs = 16;
60 ctx->Const.VertexProgram.MaxUniformComponents = 512;
61 ctx->Const.MaxVarying = 8;
62 ctx->Const.MaxVertexTextureImageUnits = 0;
63 ctx->Const.MaxCombinedTextureImageUnits = 2;
64 ctx->Const
[all...]
/external/chromium/testing/gmock/test/
H A Dgmock-generated-function-mockers_test.cc65 using testing::Const;
263 EXPECT_CALL(Const(mock_foo_), OverloadedOnConstness())
267 EXPECT_EQ('a', Const(*foo_).OverloadedOnConstness());
303 EXPECT_CALL(Const(mock_foo_), CTConst(_))
306 EXPECT_EQ('a', Const(*foo_).CTConst(0));
H A Dgmock-spec-builders_test.cc73 using testing::Const;
2368 TEST(VerifyAndClearTest, Const) {
2370 ON_CALL(Const(b), DoB())
2373 EXPECT_CALL(Const(b), DoB())
/external/clang/lib/AST/
H A DDeclCXX.cpp326 return getCopyConstructor(Qualifiers::Const) != 0;
388 if (((TypeQuals & Qualifiers::Const) == (FoundTQs & Qualifiers::Const)) ||
389 (!(TypeQuals & Qualifiers::Const) && (FoundTQs & Qualifiers::Const)))
444 Quals = Qualifiers::fromCVRMask(Qualifiers::Const);
/external/llvm/lib/Transforms/Scalar/
H A DSCCP.cpp1615 Constant *Const = IV.isConstant() local
1617 DEBUG(dbgs() << " Constant: " << *Const << " = " << *Inst);
1620 Inst->replaceAllUsesWith(Const);
1823 Constant *Const = IV.isConstant() local
1825 DEBUG(dbgs() << " Constant: " << *Const << " = " << *Inst);
1829 Inst->replaceAllUsesWith(Const);
/external/valgrind/main/coregrind/m_debuginfo/
H A Dpriv_storage.h317 } Const; member in union:__anon12178::__anon12179
/external/clang/lib/Sema/
H A DSemaLambda.cpp290 (Method->getTypeQualifiers() & Qualifiers::Const) == 0);
474 ExtInfo.TypeQuals = Qualifiers::Const;
546 ExtInfo.TypeQuals = Qualifiers::Const;
/external/clang/include/clang/AST/
H A DType.h114 Const = 0x1, enumerator in enum:clang::Qualifiers::TQ
117 CVRMask = Const | Volatile | Restrict
186 bool hasConst() const { return Mask & Const; }
188 Mask = (Mask & ~Const) | (flag ? Const : 0);
190 void removeConst() { Mask &= ~Const; }
191 void addConst() { Mask |= Const; }
568 return (getLocalFastQualifiers() & Qualifiers::Const);
656 addFastQualifiers(Qualifiers::Const);
659 return withFastQualifiers(Qualifiers::Const);
[all...]

Completed in 275 milliseconds

123