Home
last modified time | relevance | path

Searched refs:FMT (Results 1 – 13 of 13) sorted by relevance

/llvm-project-15.0.7/llvm/test/FileCheck/
H A Dnumeric-expression.txt6 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 Dformat-type-confusion.c6 #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 Dunparse.cpp1474 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 Dfile-header-format.test20 # CHECK: Format: [[FMT]]
/llvm-project-15.0.7/libcxx/docs/Status/
H A DFormat.rst39 (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 Dprintf-1.ll163 …*]] = 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 Dsnprintf.ll15 …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 Dsprintf-1.ll165 …l dereferenceable(1) [[DST:%.*]], i8* noundef nonnull dereferenceable(1) [[FMT:%.*]], double [[D:%…
/llvm-project-15.0.7/libcxx/include/
H A Dformat189 // 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 Dcharconv200 // TODO FMT This pow function should get an index.
/llvm-project-15.0.7/llvm/test/Transforms/TypePromotion/ARM/
H A Dclear-structures.ll9 ; CHECK-NEXT: [[FMT_ADDR_0_PH:%.*]] = phi i8* [ [[FMT:%.*]], [[ENTRY:%.*]] ], [ [[FMT_ADDR_3:%.*…
/llvm-project-15.0.7/llvm/docs/CommandGuide/
H A DFileCheck.rst160 .. 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 Df2018-grammar.md593 [UNIT =] io-unit | [FMT =] format | [NML =] namelist-group-name |