Home
last modified time | relevance | path

Searched refs:BitsExpr (Results 1 – 25 of 36) sorted by relevance

12

/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/lib/Sema/
H A DDeclSpec.cpp935 bool DeclSpec::SetExtIntType(SourceLocation KWLoc, Expr *BitsExpr, in SetExtIntType() argument
938 assert(BitsExpr && "no expression provided!"); in SetExtIntType()
949 ExprRep = BitsExpr; in SetExtIntType()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/lib/Sema/
H A DDeclSpec.cpp923 bool DeclSpec::SetExtIntType(SourceLocation KWLoc, Expr *BitsExpr, in SetExtIntType() argument
926 assert(BitsExpr && "no expression provided!"); in SetExtIntType()
937 ExprRep = BitsExpr; in SetExtIntType()
H A DTreeTransform.h6323 ExprResult BitsExpr = getDerived().TransformExpr(EIT->getNumBitsExpr()); in TransformDependentExtIntType() local
6324 BitsExpr = SemaRef.ActOnConstantExpression(BitsExpr); in TransformDependentExtIntType()
6326 if (BitsExpr.isInvalid()) in TransformDependentExtIntType()
6331 if (getDerived().AlwaysRebuild() || BitsExpr.get() != EIT->getNumBitsExpr()) { in TransformDependentExtIntType()
6333 EIT->isUnsigned(), BitsExpr.get(), TL.getNameLoc()); in TransformDependentExtIntType()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/lib/Sema/
H A DDeclSpec.cpp933 bool DeclSpec::SetExtIntType(SourceLocation KWLoc, Expr *BitsExpr, in SetExtIntType() argument
936 assert(BitsExpr && "no expression provided!"); in SetExtIntType()
947 ExprRep = BitsExpr; in SetExtIntType()
H A DTreeTransform.h6325 ExprResult BitsExpr = getDerived().TransformExpr(EIT->getNumBitsExpr()); in TransformDependentExtIntType() local
6326 BitsExpr = SemaRef.ActOnConstantExpression(BitsExpr); in TransformDependentExtIntType()
6328 if (BitsExpr.isInvalid()) in TransformDependentExtIntType()
6333 if (getDerived().AlwaysRebuild() || BitsExpr.get() != EIT->getNumBitsExpr()) { in TransformDependentExtIntType()
6335 EIT->isUnsigned(), BitsExpr.get(), TL.getNameLoc()); in TransformDependentExtIntType()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/lib/Sema/
H A DDeclSpec.cpp938 bool DeclSpec::SetExtIntType(SourceLocation KWLoc, Expr *BitsExpr, in SetExtIntType() argument
941 assert(BitsExpr && "no expression provided!"); in SetExtIntType()
952 ExprRep = BitsExpr; in SetExtIntType()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/lib/Sema/
H A DDeclSpec.cpp920 bool DeclSpec::SetExtIntType(SourceLocation KWLoc, Expr *BitsExpr, in SetExtIntType() argument
923 assert(BitsExpr && "no expression provided!"); in SetExtIntType()
934 ExprRep = BitsExpr; in SetExtIntType()
H A DTreeTransform.h6308 ExprResult BitsExpr = getDerived().TransformExpr(EIT->getNumBitsExpr()); in TransformDependentExtIntType() local
6309 BitsExpr = SemaRef.ActOnConstantExpression(BitsExpr); in TransformDependentExtIntType()
6311 if (BitsExpr.isInvalid()) in TransformDependentExtIntType()
6316 if (getDerived().AlwaysRebuild() || BitsExpr.get() != EIT->getNumBitsExpr()) { in TransformDependentExtIntType()
6318 EIT->isUnsigned(), BitsExpr.get(), TL.getNameLoc()); in TransformDependentExtIntType()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/lib/Sema/
H A DDeclSpec.cpp934 bool DeclSpec::SetExtIntType(SourceLocation KWLoc, Expr *BitsExpr, in SetExtIntType() argument
937 assert(BitsExpr && "no expression provided!"); in SetExtIntType()
948 ExprRep = BitsExpr; in SetExtIntType()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/lib/Sema/
H A DDeclSpec.cpp934 bool DeclSpec::SetExtIntType(SourceLocation KWLoc, Expr *BitsExpr, in SetExtIntType() argument
937 assert(BitsExpr && "no expression provided!"); in SetExtIntType()
948 ExprRep = BitsExpr; in SetExtIntType()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/lib/Sema/
H A DDeclSpec.cpp934 bool DeclSpec::SetExtIntType(SourceLocation KWLoc, Expr *BitsExpr, in SetExtIntType() argument
937 assert(BitsExpr && "no expression provided!"); in SetExtIntType()
948 ExprRep = BitsExpr; in SetExtIntType()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/lib/Sema/
H A DDeclSpec.cpp933 bool DeclSpec::SetExtIntType(SourceLocation KWLoc, Expr *BitsExpr, in SetExtIntType() argument
936 assert(BitsExpr && "no expression provided!"); in SetExtIntType()
947 ExprRep = BitsExpr; in SetExtIntType()
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/lib/Sema/
H A DDeclSpec.cpp934 bool DeclSpec::SetExtIntType(SourceLocation KWLoc, Expr *BitsExpr, in SetExtIntType() argument
937 assert(BitsExpr && "no expression provided!"); in SetExtIntType()
948 ExprRep = BitsExpr; in SetExtIntType()
/dports/lang/clang-mesa/clang-13.0.1.src/lib/Sema/
H A DDeclSpec.cpp934 bool DeclSpec::SetExtIntType(SourceLocation KWLoc, Expr *BitsExpr, in SetExtIntType() argument
937 assert(BitsExpr && "no expression provided!"); in SetExtIntType()
948 ExprRep = BitsExpr; in SetExtIntType()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/include/clang/AST/
H A DASTContext.h1254 QualType getDependentExtIntType(bool Unsigned, Expr *BitsExpr) const;
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/include/clang/AST/
H A DASTContext.h1219 QualType getDependentExtIntType(bool Unsigned, Expr *BitsExpr) const;
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/include/clang/AST/
H A DASTContext.h1246 QualType getDependentExtIntType(bool Unsigned, Expr *BitsExpr) const;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/include/clang/AST/
H A DASTContext.h1244 QualType getDependentExtIntType(bool Unsigned, Expr *BitsExpr) const;
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/include/clang/AST/
H A DASTContext.h1254 QualType getDependentExtIntType(bool Unsigned, Expr *BitsExpr) const;
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/include/clang/AST/
H A DASTContext.h1353 QualType getDependentExtIntType(bool Unsigned, Expr *BitsExpr) const;
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/include/clang/AST/
H A DASTContext.h1331 QualType getDependentExtIntType(bool Unsigned, Expr *BitsExpr) const;
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/include/clang/AST/
H A DASTContext.h1331 QualType getDependentExtIntType(bool Unsigned, Expr *BitsExpr) const;
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/include/clang/AST/
H A DASTContext.h1331 QualType getDependentExtIntType(bool Unsigned, Expr *BitsExpr) const;
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/include/clang/AST/
H A DASTContext.h1331 QualType getDependentExtIntType(bool Unsigned, Expr *BitsExpr) const;
/dports/lang/clang-mesa/clang-13.0.1.src/include/clang/AST/
H A DASTContext.h1331 QualType getDependentExtIntType(bool Unsigned, Expr *BitsExpr) const;

12