Home
last modified time | relevance | path

Searched refs:TypeDecl (Results 1 – 25 of 1471) sorted by relevance

12345678910>>...59

/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/libc/config/linux/
H A Dapi.td9 def SizeT : TypeDecl<"size_t"> {
16 def SSizeT : TypeDecl<"ssize_t"> {
23 def StructTm: TypeDecl<"struct tm"> {
39 def TimeT: TypeDecl<"time_t"> {
45 def OffT : TypeDecl<"off_t"> {
52 def FILE : TypeDecl<"FILE"> {
197 def FEnvT : TypeDecl<"fenv_t"> {
259 def DivT : TypeDecl<"div_t"> {
268 def LDivT : TypeDecl<"ldiv_t"> {
402 def MtxT : TypeDecl<"mtx_t"> {
[all …]
/dports/games/hedgewars-server/hedgewars-src-1.0.0/tools/pas2c/
H A DPascalUnitSyntaxTree.hs17 data TypeVarDeclaration = TypeDeclaration Identifier TypeDecl
18 | VarDeclaration Bool Bool ([Identifier], TypeDecl) (Maybe InitExpression)
19 …| FunctionDeclaration Identifier Bool Bool Bool TypeDecl [TypeVarDeclaration] (Maybe (TypesAndVars…
20 …| OperatorDeclaration String Identifier Bool TypeDecl [TypeVarDeclaration] (Maybe (TypesAndVars, P…
22 data TypeDecl = SimpleType Identifier type
25 | ArrayDecl (Maybe Range) TypeDecl
27 | PointerTo TypeDecl
30 | Set TypeDecl
31 | FunctionType TypeDecl [TypeVarDeclaration]
34 | VarParamType TypeDecl -- this is a hack
/dports/games/hedgewars/hedgewars-src-1.0.0/tools/pas2c/
H A DPascalUnitSyntaxTree.hs17 data TypeVarDeclaration = TypeDeclaration Identifier TypeDecl
18 | VarDeclaration Bool Bool ([Identifier], TypeDecl) (Maybe InitExpression)
19 …| FunctionDeclaration Identifier Bool Bool Bool TypeDecl [TypeVarDeclaration] (Maybe (TypesAndVars…
20 …| OperatorDeclaration String Identifier Bool TypeDecl [TypeVarDeclaration] (Maybe (TypesAndVars, P…
22 data TypeDecl = SimpleType Identifier type
25 | ArrayDecl (Maybe Range) TypeDecl
27 | PointerTo TypeDecl
30 | Set TypeDecl
31 | FunctionType TypeDecl [TypeVarDeclaration]
34 | VarParamType TypeDecl -- this is a hack
/dports/math/rumur/rumur-2021.09.29/rumur/src/
H A Dsymmetry-reduction.cc16 std::vector<const TypeDecl *> get_scalarsets(const Model &m) { in get_scalarsets()
17 std::vector<const TypeDecl *> ss; in get_scalarsets()
19 if (auto t = dynamic_cast<const TypeDecl *>(c.get())) { in get_scalarsets()
43 mpz_class get_schedule_width(const TypeDecl &t) { in get_schedule_width()
205 const TypeDecl &pivot) { in generate_swap()
381 static bool is_pivot(const TypeDecl &pivot, const TypeExpr *t) { in is_pivot()
609 static void generate_sort(std::ostream &out, const TypeDecl &pivot) { in generate_sort()
669 for (const TypeDecl *t : scalarsets) { in generate_canonicalise_heuristic()
680 for (const TypeDecl *t : scalarsets) { in generate_canonicalise_heuristic()
725 for (const TypeDecl *t : scalarsets) in generate_canonicalise()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/libc/config/linux/
H A Dapi.td9 def SizeT : TypeDecl<"size_t"> {
16 def SSizeT : TypeDecl<"ssize_t"> {
23 def StructTm: TypeDecl<"struct tm"> {
39 def TimeT: TypeDecl<"time_t"> {
45 def OffT : TypeDecl<"off_t"> {
52 def FILE : TypeDecl<"FILE"> {
146 def FloatT : TypeDecl<"float_t"> {
153 def DoubleT : TypeDecl<"double_t"> {
182 def FEnvT : TypeDecl<"fenv_t"> {
199 def FExceptT : TypeDecl<"fexcept_t"> {
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/libc/config/linux/
H A Dapi.td9 def SizeT : TypeDecl<"size_t"> {
16 def SSizeT : TypeDecl<"ssize_t"> {
23 def StructTm: TypeDecl<"struct tm"> {
39 def TimeT: TypeDecl<"time_t"> {
45 def OffT : TypeDecl<"off_t"> {
52 def FILE : TypeDecl<"FILE"> {
146 def FloatT : TypeDecl<"float_t"> {
153 def DoubleT : TypeDecl<"double_t"> {
182 def FEnvT : TypeDecl<"fenv_t"> {
199 def FExceptT : TypeDecl<"fexcept_t"> {
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/libc/config/linux/
H A Dapi.td9 def SizeT : TypeDecl<"size_t"> {
16 def SSizeT : TypeDecl<"ssize_t"> {
23 def StructTm: TypeDecl<"struct tm"> {
39 def TimeT: TypeDecl<"time_t"> {
45 def OffT : TypeDecl<"off_t"> {
52 def FILE : TypeDecl<"FILE"> {
146 def FloatT : TypeDecl<"float_t"> {
153 def DoubleT : TypeDecl<"double_t"> {
182 def FEnvT : TypeDecl<"fenv_t"> {
199 def FExceptT : TypeDecl<"fexcept_t"> {
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/libc/config/linux/
H A Dapi.td9 def SizeT : TypeDecl<"size_t"> {
16 def SSizeT : TypeDecl<"ssize_t"> {
23 def StructTm: TypeDecl<"struct tm"> {
39 def TimeT: TypeDecl<"time_t"> {
45 def OffT : TypeDecl<"off_t"> {
52 def FILE : TypeDecl<"FILE"> {
146 def FloatT : TypeDecl<"float_t"> {
153 def DoubleT : TypeDecl<"double_t"> {
301 def OnceFlag : TypeDecl<"once_flag"> {
307 def MtxT : TypeDecl<"mtx_t"> {
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/libc/config/linux/
H A Dapi.td9 def SizeT : TypeDecl<"size_t"> {
16 def SSizeT : TypeDecl<"ssize_t"> {
23 def StructTm: TypeDecl<"struct tm"> {
39 def TimeT: TypeDecl<"time_t"> {
45 def OffT : TypeDecl<"off_t"> {
52 def FILE : TypeDecl<"FILE"> {
146 def FloatT : TypeDecl<"float_t"> {
153 def DoubleT : TypeDecl<"double_t"> {
301 def OnceFlag : TypeDecl<"once_flag"> {
307 def MtxT : TypeDecl<"mtx_t"> {
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/libc/config/linux/
H A Dapi.td9 def SizeT : TypeDecl<"size_t"> {
16 def SSizeT : TypeDecl<"ssize_t"> {
23 def OffT : TypeDecl<"off_t"> {
30 def FILE : TypeDecl<"FILE"> {
124 def FloatT : TypeDecl<"float_t"> {
131 def DoubleT : TypeDecl<"double_t"> {
239 def SighandlerTDefn : TypeDecl<"__sighandler_t"> {
252 def OnceFlag : TypeDecl<"once_flag"> {
258 def MtxT : TypeDecl<"mtx_t"> {
267 def ThreadStartT : TypeDecl<"thrd_start_t"> {
[all …]
/dports/math/rumur/rumur-2021.09.29/librumur/src/
H A DDecl.cc84 TypeDecl::TypeDecl(const std::string &name_, const Ptr<TypeExpr> &value_, in TypeDecl() function in rumur::TypeDecl
88 TypeDecl *TypeDecl::clone() const { return new TypeDecl(*this); } in clone()
90 void TypeDecl::visit(BaseTraversal &visitor) { visitor.visit_typedecl(*this); } in visit()
92 void TypeDecl::visit(ConstBaseTraversal &visitor) const { in visit()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/libc/config/linux/
H A Dapi.td9 def SizeT : TypeDecl<"size_t"> {
16 def SSizeT : TypeDecl<"ssize_t"> {
23 def OffT : TypeDecl<"off_t"> {
30 def FILE : TypeDecl<"FILE"> {
121 def FloatT : TypeDecl<"float_t"> {
128 def DoubleT : TypeDecl<"double_t"> {
306 def SighandlerTDefn : TypeDecl<"__sighandler_t"> {
330 def OnceFlag : TypeDecl<"once_flag"> {
336 def MtxT : TypeDecl<"mtx_t"> {
345 def ThreadStartT : TypeDecl<"thrd_start_t"> {
[all …]
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/tools/extra/clang-tidy/hicpp/
H A DExceptionBaseclassCheck.cpp43 const auto *TypeDecl = Result.Nodes.getNodeAs<NamedDecl>("decl"); in check() local
44 if (TypeDecl != nullptr) in check()
45 diag(TypeDecl->getLocStart(), "type defined here", DiagnosticIDs::Note); in check()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang-tools-extra/clang-tidy/bugprone/
H A DForwardingReferenceOverloadCheck.cpp27 const NamedDecl *TypeDecl = in AST_MATCHER() local
29 return TypeDecl->isInStdNamespace() && in AST_MATCHER()
30 (TypeDecl->getName().equals("enable_if") || in AST_MATCHER()
31 TypeDecl->getName().equals("enable_if_t")); in AST_MATCHER()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang-tools-extra/clang-tidy/bugprone/
H A DForwardingReferenceOverloadCheck.cpp27 const NamedDecl *TypeDecl = in AST_MATCHER() local
29 return TypeDecl->isInStdNamespace() && in AST_MATCHER()
30 (TypeDecl->getName().equals("enable_if") || in AST_MATCHER()
31 TypeDecl->getName().equals("enable_if_t")); in AST_MATCHER()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang-tools-extra/clang-tidy/bugprone/
H A DForwardingReferenceOverloadCheck.cpp27 const NamedDecl *TypeDecl = in AST_MATCHER() local
29 return TypeDecl->isInStdNamespace() && in AST_MATCHER()
30 (TypeDecl->getName().equals("enable_if") || in AST_MATCHER()
31 TypeDecl->getName().equals("enable_if_t")); in AST_MATCHER()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/tools/extra/clang-tidy/bugprone/
H A DForwardingReferenceOverloadCheck.cpp27 const NamedDecl *TypeDecl = in AST_MATCHER() local
29 return TypeDecl->isInStdNamespace() && in AST_MATCHER()
30 (TypeDecl->getName().equals("enable_if") || in AST_MATCHER()
31 TypeDecl->getName().equals("enable_if_t")); in AST_MATCHER()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang-tools-extra/clang-tidy/bugprone/
H A DForwardingReferenceOverloadCheck.cpp27 const NamedDecl *TypeDecl = in AST_MATCHER() local
29 return TypeDecl->isInStdNamespace() && in AST_MATCHER()
30 (TypeDecl->getName().equals("enable_if") || in AST_MATCHER()
31 TypeDecl->getName().equals("enable_if_t")); in AST_MATCHER()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang-tools-extra/clang-tidy/bugprone/
H A DForwardingReferenceOverloadCheck.cpp27 const NamedDecl *TypeDecl = in AST_MATCHER() local
29 return TypeDecl->isInStdNamespace() && in AST_MATCHER()
30 (TypeDecl->getName().equals("enable_if") || in AST_MATCHER()
31 TypeDecl->getName().equals("enable_if_t")); in AST_MATCHER()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/tools/extra/clang-tidy/bugprone/
H A DForwardingReferenceOverloadCheck.cpp27 const NamedDecl *TypeDecl = in AST_MATCHER() local
29 return TypeDecl->isInStdNamespace() && in AST_MATCHER()
30 (TypeDecl->getName().equals("enable_if") || in AST_MATCHER()
31 TypeDecl->getName().equals("enable_if_t")); in AST_MATCHER()
/dports/math/rumur/rumur-2021.09.29/librumur/include/rumur/
H A DDecl.h100 struct RUMUR_API_WITH_RTTI TypeDecl : public Decl { struct
104 TypeDecl(const std::string &name, const Ptr<TypeExpr> &value_, argument
106 TypeDecl *clone() const final;
107 virtual ~TypeDecl() = default;
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/tools/extra/clang-tidy/bugprone/
H A DForwardingReferenceOverloadCheck.cpp27 const NamedDecl *TypeDecl = in AST_MATCHER() local
29 return TypeDecl->isInStdNamespace() && in AST_MATCHER()
30 (TypeDecl->getName().equals("enable_if") || in AST_MATCHER()
31 TypeDecl->getName().equals("enable_if_t")); in AST_MATCHER()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang-tools-extra/clang-tidy/bugprone/
H A DForwardingReferenceOverloadCheck.cpp27 const NamedDecl *TypeDecl = in AST_MATCHER() local
29 return TypeDecl->isInStdNamespace() && in AST_MATCHER()
30 (TypeDecl->getName().equals("enable_if") || in AST_MATCHER()
31 TypeDecl->getName().equals("enable_if_t")); in AST_MATCHER()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang-tools-extra/clang-tidy/bugprone/
H A DForwardingReferenceOverloadCheck.cpp27 const NamedDecl *TypeDecl = in AST_MATCHER() local
29 return TypeDecl->isInStdNamespace() && in AST_MATCHER()
30 (TypeDecl->getName().equals("enable_if") || in AST_MATCHER()
31 TypeDecl->getName().equals("enable_if_t")); in AST_MATCHER()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang-tools-extra/clang-tidy/bugprone/
H A DForwardingReferenceOverloadCheck.cpp27 const NamedDecl *TypeDecl = in AST_MATCHER() local
29 return TypeDecl->isInStdNamespace() && in AST_MATCHER()
30 (TypeDecl->getName().equals("enable_if") || in AST_MATCHER()
31 TypeDecl->getName().equals("enable_if_t")); in AST_MATCHER()

12345678910>>...59