Home
last modified time | relevance | path

Searched defs:Star (Results 1 – 13 of 13) sorted by relevance

/llvm-project/flang/lib/Semantics/
H A Dcheck-select-rank.cpp77 [&](const parser::Star &) { // C1153 in Leave()
H A Dcheck-io.cpp220 [&](const parser::Star &) { flags_.set(Flag::StarFmt); }, in Enter() argument
H A Dresolve-names.cpp6844 __anon39b368a72202(const parser::Star &) GetParamValue() argument
/llvm-project/clang-tools-extra/pseudo/unittests/
H A DDisambiguateTest.cpp
H A DForestTest.cpp
/llvm-project/clang/unittests/Format/
H A DMatchFilePathTest.cpp54 TEST_F(MatchFilePathTest, Star) { in TEST_F() argument
/llvm-project/flang/include/flang/Semantics/
H A Dtype.h59 static Bound Star() { return Bound(Category::Star); } Star() function
78 enum class Category { Explicit, Star, Colon }; global() enumerator
/llvm-project/flang/include/flang/Common/
H A Dformat.h45 Star, LParen, RParen, Comma, Point, Sign, in ENUM_CLASS() argument
/llvm-project/llvm/include/llvm/MC/
H A DMCAsmMacro.h49 Question, Star, Dot, Comma, Dollar, Equal, EqualEqual, enumerator
/llvm-project/clang/lib/Lex/
H A DModuleMap.cpp1470 Star, global() enumerator
/llvm-project/flang/lib/Parser/
H A Dunparse.cpp139 void Post(const Star &) { Put('*'); } // R701 &c. in Post() argument
1115 [&](const Star &) { Put("(*)"); }, in Unparse() argument
/llvm-project/clang/lib/Sema/
H A DTreeTransform.h15934 RebuildPointerType(QualType PointeeType,SourceLocation Star) RebuildPointerType() argument
15941 RebuildBlockPointerType(QualType PointeeType,SourceLocation Star) RebuildBlockPointerType() argument
15997 RebuildObjCObjectPointerType(QualType PointeeType,SourceLocation Star) RebuildObjCObjectPointerType() argument
/llvm-project/flang/lib/Lower/
H A DBridge.cpp3314 __anonc6773cb54602(const Fortran::parser::Star &) genFIR() argument