Searched defs:constant (Results 1 – 11 of 11) sorted by relevance
51 int constant = 123; in timeAddTwoLocalInts() local68 long constant = 123L; in timeAddTwoLocalLongs() local85 float constant = 123.0f; in timeAddTwoLocalFloats() local102 double constant = 123.0; in timeAddTwoLocalDoubles() local
113 static void writeConstantComment(GeneratedFile* file, const Constant& constant) { in writeConstantComment()120 const Constant* constant = spec.getConstant(); in writeConstantSpecification() local349 Constant* constant = spec->getConstant(); in writeHeaderFile() local
376 Constant* constant = systemSpecification.findOrCreateConstant(name, &created); in scanConstantSpecification() local782 Constant* constant = spec->getConstant(); in addConstantSpecification() local
486 static bool writeDetailedConstant(GeneratedFile* file, Constant* constant) { in writeDetailedConstant()
271 ConstantSpecification(Constant* constant) : mConstant(constant) {} in ConstantSpecification()
230 string constant = make_constant_name((*atomIt)->name); in write_native_atom_constants() local261 string constant = make_constant_name((*atomIt)->name); in write_java_atom_codes() local
182 string constant = make_camel_case_name(atomDecl->name); in write_rust_atom_constants() local
110 final Constant constant = field.getAnnotation(annotationClass); in Constants() local
59 uint32_t constant = 0; in Program() local
1079 public final void setConstantSize(boolean constant) { in setConstantSize()
7412 #define CHAR16_ARRAY_EQ(constant, var, len) \ argument