/llvm-project/clang/test/Sema/ |
H A D | matrix-type-operators.c | 52 void matrix_matrix_multiply(sx10x10_t a, sx5x10_t b, ix10x5_t c, ix10x10_t d, float sf, char *p) { in matrix_matrix_multiply() 73 void mat_scalar_multiply(sx10x10_t a, sx5x10_t b, float sf, char *p) { in mat_scalar_multiply() 97 void mat_scalar_divide(sx10x10_t a, sx5x10_t b, float sf, char *p) { in mat_scalar_divide() 113 void matrix_matrix_divide(sx10x10_t a, sx5x10_t b, ix10x5_t c, ix10x10_t d, float sf, char *p) { in matrix_matrix_divide()
|
H A D | format-fixed-point.c | 18 short _Fract sf; variable
|
/llvm-project/clang/test/Import/cxx-scalar-value-init/Inputs/ |
H A D | S.cpp | 2 float sf() { return float(); } in sf() function
|
/llvm-project/clang/test/PCH/Inputs/ |
H A D | fixed-point-literal.h | 3 const short _Fract sf = -0.25r; variable
|
/llvm-project/llvm/test/MC/M68k/Control/Classes/ |
H A D | MxScc.s | 8 sf %d1 label 57 sf (42,%a1) label
|
/llvm-project/clang/test/Analysis/ |
H A D | reinterpret-cast-pointer-to-member.cpp | 21 int Some::*sf = reinterpret_cast<int Some::*>(ddf); in f() local
|
H A D | pointer-to-member.cpp | 301 int Son::*sf = &Son::field; in test() local
|
/llvm-project/clang/test/Index/ |
H A D | complete-memfunc-cvquals.cpp | 18 smart_ptr<Foo> sf, const smart_ptr<Foo> &sfc, Foo volatile *fvp) { in text()
|
/llvm-project/flang/unittests/Frontend/ |
H A D | CompilerInstanceTest.cpp | 49 const Fortran::parser::SourceFile *sf = in TEST() local
|
/llvm-project/clang/test/SemaCXX/ |
H A D | designated-initializers.cpp | 10 static void Test() { SubFoo sf = {.bar1 = 10, .bar2 = 20}; } // Expected no warning in Test() local 25 …static void Test() { SubFoo sf = {.bar1 = 10, // expected-note 2 {{previous initialization is h… in Test() local
|
H A D | builtin-is-constant-evaluated.cpp | 132 static const float sf = __builtin_is_constant_evaluated(); in g() local
|
/llvm-project/clang/test/Parser/ |
H A D | cxx11-user-defined-literals.cpp | 68 S<(int)1.3_id> sf; global() variable
|
/llvm-project/libc/test/src/__support/File/ |
H A D | file_test.cpp | 70 if (sf->pos >= sf->eof_marker) in str_read() local 82 if (sf->write_append) in str_write() local 98 StringFile *sf = static_cast<StringFile *>(f); str_seek() local [all...] |
/llvm-project/clang/test/Frontend/ |
H A D | fixed_point_conversions_half.c | 5 short _Fract sf; variable
|
H A D | fixed_point_sub.c | 12 short _Fract sf; variable
|
H A D | fixed_point_add.c | 12 short _Fract sf; variable
|
H A D | fixed_point_div.c | 12 short _Fract sf; variable
|
H A D | fixed_point_mul.c | 12 short _Fract sf; variable
|
H A D | fixed_point_unary.c | 13 _Sat _Fract sf; variable
|
H A D | fixed_point_shift.c | 9 short _Fract sf; variable
|
H A D | fixed_point_conversions.c | 19 short _Fract sf; variable
|
/llvm-project/clang/test/SemaTemplate/ |
H A D | temp_arg_nontype_cxx2c.cpp | 120 Set<float> sf; variable
|
/llvm-project/libcxx/test/std/ranges/range.access/ |
H A D | empty.pass.cpp | 96 friend constexpr std::size_t size(SizeFunction sf) { return sf.size_; } in size() argument
|
/llvm-project/libc/src/__support/File/ |
H A D | file.h | 154 File(WriteFunc * wf,ReadFunc * rf,SeekFunc * sf,CloseFunc * cf,uint8_t * buffer,size_t buffer_size,int buffer_mode,bool owned,ModeFlags modeflags) File() argument
|
/llvm-project/flang/lib/Evaluate/ |
H A D | check-expression.cpp | 1088 StmtFunctionChecker(const Symbol & sf,FoldingContext & context) StmtFunctionChecker() argument 1190 CheckStatementFunction(const Symbol & sf,const Expr<SomeType> & expr,FoldingContext & context) CheckStatementFunction() argument
|