Searched refs:FMT (Results 1 – 13 of 13) sorted by relevance
| /llvm-project-15.0.7/llvm/test/FileCheck/ |
| H A D | numeric-expression.txt | 6 DEF DEFAULT FMT NO SPC // CHECK-LABEL: DEF DEFAULT FMT NO SPC 11 DEF DEFAULT FMT SPC // CHECK-LABEL: DEF DEFAULT FMT SPC 21 DEF FMT // CHECK-LABEL: DEF FMT 28 DEF FMT SPC // CHECK-LABEL: DEF FMT SPC 39 DEF INVALID FMT 84 DEF PREC FMT // CHECK-LABEL: DEF PREC FMT 109 USE EXPL FMT IMPL MATCH // CHECK-LABEL: USE EXPL FMT IMPL MATCH 275 USE DEF FMT EXPL MATCH // CHECK-LABEL: USE DEF FMT EXPL MATCH 349 FMT-CONFLICT1-LABEL: VAR USE IMPL FMT CONFLICT 357 FMT-CONFLICT2-LABEL: VAR USE IMPL FMT CONFLICT [all …]
|
| /llvm-project-15.0.7/clang/test/Sema/ |
| H A D | format-type-confusion.c | 6 #define FMT "%hd %hu %d %u %hhd %hhu %c" macro 10 printf(FMT, in main() 16 printf(FMT, in main() 22 printf(FMT, in main()
|
| /llvm-project-15.0.7/flang/lib/Parser/ |
| H A D | unparse.cpp | 1474 FMT(I); in Unparse() 1475 FMT(B); in Unparse() 1476 FMT(O); in Unparse() 1477 FMT(Z); in Unparse() 1478 FMT(F); in Unparse() 1479 FMT(E); in Unparse() 1483 FMT(G); in Unparse() 1484 FMT(L); in Unparse() 1485 FMT(A); in Unparse() 1487 #undef FMT in Unparse() [all …]
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-readobj/ELF/ |
| H A D | file-header-format.test | 20 # CHECK: Format: [[FMT]]
|
| /llvm-project-15.0.7/libcxx/docs/Status/ |
| H A D | Format.rst | 39 (Please mark all Format-related TODO comments with the string ``TODO FMT``, so we
|
| /llvm-project-15.0.7/llvm/test/Transforms/InstCombine/ |
| H A D | printf-1.ll | 163 …*]] = call i32 (i8*, ...) @printf(i8* noundef nonnull dereferenceable(1) [[FMT:%.*]], double [[D:%… 167 …*]] = call i32 (i8*, ...) @printf(i8* noundef nonnull dereferenceable(1) [[FMT:%.*]], double [[D:%…
|
| H A D | snprintf.ll | 15 …4, i8*, ...) @snprintf(i8* noundef nonnull dereferenceable(1) [[BUF:%.*]], i64 32, i8* [[FMT:%.*]]) 25 … [[CALL:%.*]] = call i32 (i8*, i64, i8*, ...) @snprintf(i8* [[BUF:%.*]], i64 0, i8* [[FMT:%.*]])
|
| H A D | sprintf-1.ll | 165 …l dereferenceable(1) [[DST:%.*]], i8* noundef nonnull dereferenceable(1) [[FMT:%.*]], double [[D:%…
|
| /llvm-project-15.0.7/libcxx/include/ |
| H A D | format | 189 // TODO FMT Move the implementation in this file to its own granular headers. 191 // TODO FMT Evaluate which templates should be external templates. This 312 // TODO FMT Remove this when parser v1 has been phased out. 498 // TODO FMT remove this work-around when the AIX ICE has been resolved. 552 // TODO FMT Evaluate whether we want to file a Clang bug report regarding this.
|
| H A D | charconv | 200 // TODO FMT This pow function should get an index.
|
| /llvm-project-15.0.7/llvm/test/Transforms/TypePromotion/ARM/ |
| H A D | clear-structures.ll | 9 ; CHECK-NEXT: [[FMT_ADDR_0_PH:%.*]] = phi i8* [ [[FMT:%.*]], [[ENTRY:%.*]] ], [ [[FMT_ADDR_3:%.*…
|
| /llvm-project-15.0.7/llvm/docs/CommandGuide/ |
| H A D | FileCheck.rst | 160 .. option:: -D#<FMT>,<NUMVAR>=<NUMERIC EXPRESSION> 162 Sets a filecheck numeric variable ``NUMVAR`` of matching format ``FMT`` to
|
| /llvm-project-15.0.7/flang/docs/ |
| H A D | f2018-grammar.md | 593 [UNIT =] io-unit | [FMT =] format | [NML =] namelist-group-name |
|