/llvm-project/openmp/runtime/src/ |
H A D | kmp_settings.cpp | 374 char buffer[256]; in __kmp_stg_parse_file() local 521 static void __kmp_stg_print_bool(kmp_str_buf_t *buffer, char const *name, in __kmp_stg_print_bool() 530 static void __kmp_stg_print_int(kmp_str_buf_t *buffer, char const *name, in __kmp_stg_print_int() 539 static void __kmp_stg_print_uint64(kmp_str_buf_t *buffer, char const *name, in __kmp_stg_print_uint64() 548 static void __kmp_stg_print_str(kmp_str_buf_t *buffer, char const *name, in __kmp_stg_print_str() 557 static void __kmp_stg_print_size(kmp_str_buf_t *buffer, char const *name, in __kmp_stg_print_size() 599 static void __kmp_stg_print_device_thread_limit(kmp_str_buf_t *buffer, in __kmp_stg_print_device_thread_limit() 613 static void __kmp_stg_print_thread_limit(kmp_str_buf_t *buffer, in __kmp_stg_print_thread_limit() 626 static void __kmp_stg_print_nteams(kmp_str_buf_t *buffer, char const *name, in __kmp_stg_print_nteams() 640 static void __kmp_stg_print_teams_th_limit(kmp_str_buf_t *buffer, in __kmp_stg_print_teams_th_limit() [all …]
|
/llvm-project/flang/lib/Optimizer/Builder/ |
H A D | Character.cpp | 114 auto temp = builder.create<fir::AllocaOp>(loc, charTy); in materializeValue() local 209 auto temp = builder.createTemporary(loc, buff.getType()); in createEmbox() local 242 auto buffer = builder.createConvert(loc, type, box.getBuffer()); in toScalarCharacter() local 260 fir::factory::CharacterExprHelper::createElementAddr(mlir::Value buffer, in createElementAddr() 390 auto temp = createCharacterTemp(sourceTy, len); in createTempFrom() local 490 auto temp = createCharacterTemp(getCharacterType(rhs), len); in createConcatenate() local 850 fir::CharBoxValue temp = createCharacterTemp(resultBuf.getType(), biggestLen); in createCharExtremum() local
|
H A D | IntrinsicCall.cpp | 1619 mlir::Value buffer = charBox->getBuffer(); toValue() local 3920 mlir::Value buffer = charBox->getBuffer(); genIchar() local 5046 mlir::Value temp = builder.createTemporary(loc, logTy); genIndex() local 5893 fir::CharBoxValue temp = charHelper.createCharacterTemp(eleTy, len); genReduce() local 6068 mlir::Value temp = builder.createTemporary(loc, logTy); genScan() local 6698 mlir::Value temp = builder.createTemporary(loc, builder.getI16Type()); genSystem() local 6947 mlir::Value temp = builder.createTemporary(loc, logTy); genVerify() local [all...] |
/llvm-project/lldb/source/Core/ |
H A D | ValueObject.cpp |
|
H A D | FormatEntity.cpp | 550 const int64_t temp = index_lower; ScanBracketedRange() local 2469 std::string buffer; PrettyPrintFunctionArguments() local
|
/llvm-project/flang/lib/Lower/ |
H A D | ConvertExpr.cpp | 359 mlir::Value temp = builder.createTemporary( placeScalarValueInMemory() local 376 fir::ExtendedValue temp = builder.createTemporary(loc, type); createInMemoryScalarCopy() local 1194 fir::CharBoxValue temp = charHelper.createCharacterTemp( genval() local 2023 mlir::Value temp = builder.create<fir::AllocMemOp>( genArrayTempFromMold() local 2075 mlir::Value temp = builder.createTemporary(loc, value.getType()); genTempExtAddr() local 2092 mlir::Value temp = builder.createTemporary(loc, value.getType()); genTempExtAddr() local 2110 ExtValue temp; global() member 2156 ExtValue temp = genArrayTempFromMold(actualArg, tempName); genCopyIn() local 2229 ExtValue temp = doCopyIn(); genCopyIn() local 2233 fir::ExtendedValue temp = genCopyIn() local 2241 ExtValue temp = doCopyIn(); genCopyIn() local 2261 ExtValue temp = doCopyIn(); genCopyIn() local 2268 ExtValue temp = doCopyIn(); genCopyIn() local 2279 fir::ExtendedValue temp = fir::substBase(readIfBoxValue(actualArg), addr); genCopyIn() local 2408 mlir::Value temp = createScalarTempForArgThatMayBeAbsent() local 2478 ExtValue temp = prepareActualToBaseAddressLike() local 3086 mlir::Value temp = builder.createTemporary(loc, argBaseType); genScalarUserDefinedAssignmentCall() local 4472 mlir::Value temp = !seqTy.hasDynamicExtents() createAndLoadSomeArrayTemp() local 4768 mlir::Value temp = genElementalUserDefinedProcRef() local 5273 fir::CharBoxValue temp = genarr() local 5866 mlir::Value temp = genarr() local 6271 auto buffer = v.getBuffer(); copyNextArrayCtorSection() local [all...] |
/llvm-project/clang/test/CodeGenCXX/ |
H A D | visibility.cpp | 418 static char buffer[0]; member 853 template <class V> void temp() {} in temp() function in test39::A::B
|
/llvm-project/clang/lib/CodeGen/ |
H A D | CGCall.cpp | 840 void *buffer = create() local 3168 RawAddress temp = EmitFunctionProlog() local 4265 Address temp = emitWritebackArg() local [all...] |