Home
last modified time | relevance | path

Searched refs:CONST (Results 1 – 25 of 59) sorted by relevance

123

/external/compiler-rt/BlocksRuntime/tests/
Dcopyconstructor.C17 #define CONST const macro
22 TestObject(CONST TestObject& inObj);
26 TestObject& operator=(CONST TestObject& inObj);
28 int version() CONST { return _version; } in version()
33 TestObject::TestObject(CONST TestObject& inObj) in TestObject()
56 TestObject& TestObject::operator=(CONST TestObject& inObj)
Dreference.C20 #define CONST const macro
25 TestObject(CONST TestObject& inObj);
29 TestObject& operator=(CONST TestObject& inObj);
33 int version() CONST { return _version; } in version()
38 TestObject::TestObject(CONST TestObject& inObj) in TestObject()
61 TestObject& TestObject::operator=(CONST TestObject& inObj)
/external/chromium/base/third_party/dmg_fp/
Dgcc_warnings.patch23 #ifndef CONST
43 - (CONST char **sp, char *t)
44 + (CONST char **sp, CONST char *t)
71 +nrv_alloc(CONST char *s, char **rve, int n)
Ddtoa.cc292 #ifndef CONST
294 #define CONST /* blank */ macro
296 #define CONST const
662 (s, nd0, nd, y9, dplen) CONST char *s; int nd0, nd, dplen; ULong y9;
664 (CONST char *s, int nd0, int nd, ULong y9, int dplen)
1439 static CONST double
1449 static CONST double
1452 static CONST double tinytens[] = { 1e-16, 1e-32, 1e-64, 1e-128,
1467 static CONST double tinytens[] = { 1e-16, 1e-32, 1e-64 };
1471 static CONST double tinytens[] = { 1e-16, 1e-32 };
[all …]
/external/llvm/lib/CodeGen/SelectionDAG/
DSDNodeDbgValue.h34 CONST = 1, // value is a constant enumerator
66 kind = CONST; in SDDbgValue()
90 const Value *getConst() { assert (kind==CONST); return u.Const; } in getConst()
/external/clang/test/SemaCXX/
Dimplicit-member-functions.cpp26 operator = (CONST); in B()
38 static const B CONST; member in PR6570::B
/external/webkit/Source/WebCore/platform/graphics/win/
DFontCacheWin.cpp73 static int CALLBACK metaFileEnumProc(HDC hdc, HANDLETABLE* table, CONST ENHMETARECORD* record, int … in metaFileEnumProc()
82 static int CALLBACK linkedFontEnumProc(CONST LOGFONT* logFont, CONST TEXTMETRIC* metrics, DWORD fon… in linkedFontEnumProc()
415 static int CALLBACK matchImprovingEnumProc(CONST LOGFONT* candidate, CONST TEXTMETRIC* metrics, DWO… in matchImprovingEnumProc()
515 static int CALLBACK traitsInFamilyEnumProc(CONST LOGFONT* logFont, CONST TEXTMETRIC* metrics, DWORD… in traitsInFamilyEnumProc()
/external/dexmaker/src/dx/java/com/android/dx/rop/code/
DRegOps.java50 public static final int CONST = 5; field in RegOps
318 case CONST: return "const"; in opName()
/external/v8/src/
Dcontexts.cc175 case CONST: in Lookup()
208 ASSERT(mode == CONST || mode == CONST_HARMONY); in Lookup()
209 *binding_flags = (mode == CONST) in Lookup()
Dwin32-headers.h90 #undef CONST
Dvariables.cc43 case CONST: return "CONST"; in Mode2String()
Dvariables.h128 return (mode_ == CONST || in is_const_mode()
/external/valgrind/main/coregrind/m_demangle/
Dansidecl.h188 #define CONST const macro
227 #define CONST macro
/external/dexmaker/src/dx/java/com/android/dx/ssa/
DLiteralOpUpgrader.java152 opcode.getOpcode() != RegOps.CONST) { in tryReplacingWithConstant()
157 RegOps.CONST, (Constant) type); in tryReplacingWithConstant()
DEscapeAnalysis.java262 case RegOps.CONST: in processMoveResultPseudoInsn()
547 RegOps.CONST, newZero); in replaceDef()
615 next.getResult(), RegOps.CONST, in replaceUse()
632 RegOps.CONST, constList.get(i)); in replaceUse()
DNormalSsaInsn.java230 case RegOps.CONST: in hasSideEffect()
/external/llvm/test/CodeGen/ARM/
D2009-04-08-FloatUndef.ll3 define void @execute_shader(<4 x float>* %OUT, <4 x float>* %IN, <4 x float>* %CONST) {
/external/chromium/base/
Dsha1_win.cc32 if (!CryptHashData(hash, reinterpret_cast<CONST BYTE*>(str.data()), in SHA1HashString()
/external/llvm/test/CodeGen/PowerPC/
D2007-11-19-VectorSplitting.ll7 %CONST) {
/external/javassist/src/main/javassist/compiler/
DTokenId.java27 int CONST = 308; // reserved keyword field
/external/mesa3d/src/mesa/main/
Dcompiler.h188 # define CONST macro
190 # define CONST const macro
/external/webkit/Source/WebCore/platform/graphics/wince/
DFontCacheWinCE.cpp187 static int CALLBACK traitsInFamilyEnumProc(CONST LOGFONT* logFont, CONST TEXTMETRIC* metrics, DWORD… in traitsInFamilyEnumProc()
/external/dexmaker/src/dx/java/com/android/dx/dex/code/
DDops.java142 new Dop(Opcodes.CONST_4, Opcodes.CONST,
146 new Dop(Opcodes.CONST_16, Opcodes.CONST,
149 public static final Dop CONST = field in Dops
150 new Dop(Opcodes.CONST, Opcodes.CONST,
154 new Dop(Opcodes.CONST_HIGH16, Opcodes.CONST,
155 Opcodes.CONST, Form21h.THE_ONE, true);
1126 set(CONST);
/external/dexmaker/src/dx/java/com/android/dx/io/
DOpcodes.java64 public static final int CONST = 0x14; field in Opcodes
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
DSerializationStressTest2.java912 final int CONST = -500; in test_18_44_writeObject() local
913 spf.anInstanceVar = CONST; in test_18_44_writeObject()
920 ((SerialPersistentFields) objLoaded).anInstanceVar == CONST); in test_18_44_writeObject()
1035 final int CONST = -500; in test_18_48_writeObject() local
1036 spf.anInstanceVar = CONST; in test_18_48_writeObject()
1043 ((SerialPersistentFieldsWithoutField) objLoaded).anInstanceVar != CONST); in test_18_48_writeObject()

123