Searched refs:const_string (Results 1 – 6 of 6) sorted by relevance
751 const auto const_string = "return o == 0 ? " + def_Val + " : "; in GenTableReaderFields() local755 code_ += GenReaderMainBody(optional) + GenOffset() + const_string + in GenTableReaderFields()788 const auto required_reader = field.IsRequired() ? "return " : const_string; in GenTableReaderFields()839 std::string const_string = "return o == 0 ? {{CONSTANT}} : "; in GenTableReaderVectorFields() local866 if (!IsEnum(vectortype)) code_ += const_string + "\\"; in GenTableReaderVectorFields()887 code_ += GenArrayMainBody(nullable) + GenOffset() + const_string + in GenTableReaderVectorFields()
27 define const_string 26
149 (* CHECK: @const_string = global {{.*}}c"cruel\00world"152 let c = const_string context "cruel\000world" in153 ignore (define_global "const_string" c m);
508 external const_string : llcontext -> string -> llvalue = "llvm_const_string"
906 (** [const_string c s] returns the constant [i8] array with the values of the911 val const_string : llcontext -> string -> llvalue val