Searched refs:CONST (Results 1 - 25 of 50) sorted by relevance

12

/external/compiler-rt/BlocksRuntime/tests/
H A Dcopyconstructor.C17 #define CONST const macro
22 TestObject(CONST TestObject& inObj);
26 TestObject& operator=(CONST TestObject& inObj);
28 int version() CONST { return _version; }
33 TestObject::TestObject(CONST TestObject& inObj)
56 TestObject& TestObject::operator=(CONST TestObject& inObj)
H A Dreference.C20 #define CONST const macro
25 TestObject(CONST TestObject& inObj);
29 TestObject& operator=(CONST TestObject& inObj);
33 int version() CONST { return _version; }
38 TestObject::TestObject(CONST TestObject& inObj)
61 TestObject& TestObject::operator=(CONST TestObject& inObj)
/external/clang/test/SemaCXX/
H A Dimplicit-member-functions.cpp26 operator = (CONST);
38 static const B CONST; member in class:PR6570::B
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSDNodeDbgValue.h34 CONST = 1, // value is a constant enumerator in enum:llvm::SDDbgValue::DbgValueKind
66 kind = CONST;
90 const Value *getConst() { assert (kind==CONST); return u.Const; }
/external/dexmaker/src/dx/java/com/android/dx/rop/code/
H A DRegOps.java50 public static final int CONST = 5; field in class:RegOps
318 case CONST: return "const";
H A DRops.java94 new Rop(RegOps.CONST, Type.INT, StdTypeList.EMPTY, "const-int");
98 new Rop(RegOps.CONST, Type.LONG, StdTypeList.EMPTY, "const-long");
102 new Rop(RegOps.CONST, Type.FLOAT, StdTypeList.EMPTY, "const-float");
106 new Rop(RegOps.CONST, Type.DOUBLE, StdTypeList.EMPTY, "const-double");
110 new Rop(RegOps.CONST, Type.OBJECT, StdTypeList.EMPTY,
115 new Rop(RegOps.CONST, Type.OBJECT, StdTypeList.EMPTY,
1129 case RegOps.CONST: return opConst(dest);
/external/chromium/base/
H A Dsha1_win.cc32 if (!CryptHashData(hash, reinterpret_cast<CONST BYTE*>(str.data()),
/external/javassist/src/main/javassist/compiler/
H A DTokenId.java27 int CONST = 308; // reserved keyword field in interface:TokenId
/external/v8/src/
H A Dvariables.cc43 case CONST: return "CONST";
44 case CONST_HARMONY: return "CONST";
H A Dwin32-headers.h90 #undef CONST macro
H A Dcontexts.cc175 case CONST:
208 ASSERT(mode == CONST || mode == CONST_HARMONY);
209 *binding_flags = (mode == CONST)
H A Dvariables.h128 return (mode_ == CONST ||
H A Dtoken.h172 K(CONST, "const", 0) \
H A Dv8globals.h486 CONST, // declared via 'const' declarations enumerator in enum:v8::internal::VariableMode
/external/valgrind/main/coregrind/m_demangle/
H A Dansidecl.h111 CONST, VOLATILE, SIGNED, PROTO, EXFUN, DEFUN, DEFUN_VOID,
188 #define CONST const macro
227 #define CONST macro
/external/webkit/Source/WebCore/platform/graphics/win/
H A DFontCacheWin.cpp73 static int CALLBACK metaFileEnumProc(HDC hdc, HANDLETABLE* table, CONST ENHMETARECORD* record, int tableEntries, LPARAM logFont)
82 static int CALLBACK linkedFontEnumProc(CONST LOGFONT* logFont, CONST TEXTMETRIC* metrics, DWORD fontType, LPARAM hfont)
415 static int CALLBACK matchImprovingEnumProc(CONST LOGFONT* candidate, CONST TEXTMETRIC* metrics, DWORD fontType, LPARAM lParam)
515 static int CALLBACK traitsInFamilyEnumProc(CONST LOGFONT* logFont, CONST TEXTMETRIC* metrics, DWORD fontType, LPARAM lParam)
/external/dexmaker/src/dx/java/com/android/dx/ssa/
H A DLiteralOpUpgrader.java152 opcode.getOpcode() != RegOps.CONST) {
157 RegOps.CONST, (Constant) type);
H A DNormalSsaInsn.java230 case RegOps.CONST:
H A DEscapeAnalysis.java262 case RegOps.CONST:
547 RegOps.CONST, newZero);
615 next.getResult(), RegOps.CONST,
632 RegOps.CONST, constList.get(i));
/external/mesa3d/src/mesa/main/
H A Dcompiler.h185 * CONST instead of const. Pass -DNO_CONST to compilers where this matters.
188 # define CONST macro
190 # define CONST const macro
/external/chromium/base/third_party/dmg_fp/
H A 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 doubl
[all...]
/external/webkit/Source/WebCore/platform/graphics/wince/
H A DFontCacheWinCE.cpp187 static int CALLBACK traitsInFamilyEnumProc(CONST LOGFONT* logFont, CONST TEXTMETRIC* metrics, DWORD fontType, LPARAM lParam)
/external/dexmaker/src/dx/java/com/android/dx/dex/code/
H A 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 class: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/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
H A DSerializationStressTest2.java912 final int CONST = -500;
913 spf.anInstanceVar = CONST;
920 ((SerialPersistentFields) objLoaded).anInstanceVar == CONST);
1035 final int CONST = -500;
1036 spf.anInstanceVar = CONST;
1043 ((SerialPersistentFieldsWithoutField) objLoaded).anInstanceVar != CONST);
/external/webkit/Source/WebCore/platform/graphics/chromium/
H A DFontCacheChromiumWin.cpp381 static int CALLBACK traitsInFamilyEnumProc(CONST LOGFONT* logFont, CONST TEXTMETRIC* metrics, DWORD fontType, LPARAM lParam)

Completed in 556 milliseconds

12