/llvm-project/llvm/test/MC/AsmParser/ |
H A D | altmacro_string_escape.s | 11 .macro fun1 number argument 20 .macro fun2 string argument
|
/llvm-project/lld/wasm/ |
H A D | WriterUtils.cpp | 88 void writeUleb128(raw_ostream &os, uint64_t number, const Twine &msg) { in writeUleb128() 93 void writeSleb128(raw_ostream &os, int64_t number, const Twine &msg) { in writeSleb128() 104 void writeStr(raw_ostream &os, StringRef string, const Twine &msg) { in writeStr() 116 void writeU32(raw_ostream &os, uint32_t number, const Twine &msg) { in writeU32() 121 void writeU64(raw_ostream &os, uint64_t number, const Twine &msg) { in writeU64() 143 void writeI32Const(raw_ostream &os, int32_t number, const Twine &msg) { in writeI32Const() 148 void writeI64Const(raw_ostream &os, int64_t number, const Twine &msg) { in writeI64Const() 153 void writePtrConst(raw_ostream &os, int64_t number, bool is64, in writePtrConst()
|
/llvm-project/lldb/include/lldb/Core/ |
H A D | FormatEntity.h | 109 /// Insert this exact string into the output member 199 std::string string; global() member 204 lldb::addr_t number = 0; global() member [all...] |
/llvm-project/mlir/utils/textmate/ |
H A D | mlir.json | 22 "number": { object 46 "string": { object
|
/llvm-project/mlir/include/mlir/IR/ |
H A D | OpImplementation.h | 657 parseString(std::string * string) parseString() argument 1483 unsigned number; // Number, e.g. 12 for an operand like %xyz#12 global() member [all...] |
/llvm-project/flang/lib/Optimizer/Builder/ |
H A D | IntrinsicCall.cpp | 2354 mlir::Value string = builder.createBox(loc, args[0]); genAdjustRtCall() local 3652 mlir::Value number = fir::getBase(args[0]); genGetCommandArgument() local 5041 mlir::Value string = builder.createBox(loc, args[0]); genIndex() local 5919 mlir::Value string = builder.createBox(loc, args[0]); genRepeat() local 6079 mlir::Value string = builder.createBox(loc, args[0]); genScan() local 6339 mlir::Value number = fir::getBase(args[0]); genSignalSubroutine() local 6798 mlir::Value string = builder.createBox(loc, args[0]); genTrim() local 6958 mlir::Value string = builder.createBox(loc, args[0]); genVerify() local [all...] |
/llvm-project/openmp/runtime/src/ |
H A D | kmp_settings.cpp | 2220 int number[2]; // Parsed numbers. in __kmp_parse_affinity_env() local 5242 const char *number = attr_ptr + 1; in __kmp_stg_parse_hw_subset() local 6133 void __kmp_env_initialize(char const *string) { in __kmp_env_initialize()
|
/llvm-project/compiler-rt/lib/msan/ |
H A D | msan_interceptors.cpp | 374 INTERCEPTOR(char *,gcvt,double number,SIZE_T ndigit,char * buf) INTERCEPTOR() argument 748 INTERCEPTOR(int,putenv,char * string) INTERCEPTOR() argument
|