Searched refs:floatArg (Results 1 – 4 of 4) sorted by relevance
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/ |
H A D | integer-division.cpp | 4 void floatArg(float x) {} in floatArg() function 69 floatArg(1 + 2 / 3); in integerDivision() 76 floatArg(1 + intFunc(1 + 2 / 3)); in integerDivision() 77 floatArg(1 + 3 * intFunc(a / b)); in integerDivision() 93 floatArg(1 / 3); in integerDivision() 99 floatArg(a / b / 0.1); in integerDivision() 113 floatArg(0.1 / a / b); in integerDivision()
|
/llvm-project/lldb/unittests/Symbol/ |
H A D | TestTypeSystemClang.cpp | 656 clang::TemplateArgument floatArg(m_ast->getASTContext().FloatTy); in TEST_F() 674 ExpectReusedTemplate("<typename A> (A = float)", {{"A"}, {floatArg}}, in TEST_F() 681 {{"A", "I"}, {floatArg, char47Arg}}); in TEST_F() 686 {{"A", "I"}, {floatArg, char123Arg}}, in TEST_F() 692 {{"A", "I"}, {floatArg, int47Arg}}); in TEST_F() 698 {{"A", "I", "B"}, {floatArg, int47Arg, intArg}}); in TEST_F() 703 {{"", "", ""}, {floatArg, int47Arg, intArg}}, in TEST_F() 614 clang::TemplateArgument floatArg(m_ast->getASTContext().FloatTy); TEST_F() local
|
/llvm-project/mlir/include/mlir/IR/ |
H A D | AttrTypeBase.td | 101 // AttrOrTypeBuilder<(ins "int":$integerArg, CArg<"float", "3.0f">:$floatArg)> 112 // AttrOrTypeBuilder<(ins "int":$integerArg, CArg<"float", "3.0f">:$floatArg), [{ 113 // return $_get($_ctxt, integerArg, floatArg);
|
H A D | OpBase.td | 271 // OpBuilder<(ins "int":$integerArg, CArg<"float", "3.0f">:$floatArg)>
|