Home
last modified time | relevance | path

Searched +defs:string +defs:to +defs:number (Results 1 – 2 of 2) sorted by relevance

/llvm-project/flang/lib/Optimizer/Builder/
H A DIntrinsicCall.cpp1374 FunctionDistance(mlir::FunctionType from,mlir::FunctionType to) FunctionDistance() argument
1406 addArgumentDistance(mlir::Type from,mlir::Type to) addArgumentDistance() argument
1422 addResultDistance(mlir::Type from,mlir::Type to) addResultDistance() argument
1452 conversionBetweenTypes(mlir::Type from,mlir::Type to) conversionBetweenTypes() argument
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
5514 const fir::ExtendedValue &to = args[1]; genMoveAlloc() local
5574 auto to = builder.create<fir::LoadOp>(loc, resultType, toAddr); genMvbits() 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/compiler-rt/lib/msan/
H A Dmsan_interceptors.cpp374 INTERCEPTOR(char *,gcvt,double number,SIZE_T ndigit,char * buf) INTERCEPTOR() argument
748 INTERCEPTOR(int,putenv,char * string) INTERCEPTOR() argument
1469 COMMON_INTERCEPTOR_MEMMOVE_IMPL(ctx,to,from,size) global() argument
1474 COMMON_INTERCEPTOR_MEMCPY_IMPL(ctx,to,from,size) global() argument
1480 COMMON_INTERCEPTOR_COPY_STRING(ctx,to,from,size) global() argument
[all...]