Searched defs:PathSize (Results 1 – 6 of 6) sorted by relevance
/freebsd/sys/contrib/dev/acpica/components/namespace/ |
H A D | nsnames.c | 367 UINT32 PathSize, in AcpiNsBuildNormalizedPath()
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | ExprCXX.cpp | 767 unsigned PathSize = (BasePath ? BasePath->size() : 0); in Create() local 780 unsigned PathSize, in CreateEmpty() 796 unsigned PathSize = (BasePath ? BasePath->size() : 0); in Create() local 808 unsigned PathSize) { in CreateEmpty() 859 unsigned PathSize = (BasePath ? BasePath->size() : 0); in Create() local 871 CXXReinterpretCastExpr::CreateEmpty(const ASTContext &C, unsigned PathSize) { in CreateEmpty() 906 unsigned PathSize = (BasePath ? BasePath->size() : 0); in Create() local 919 unsigned PathSize, in CreateEmpty()
|
H A D | Expr.cpp | 2079 unsigned PathSize = (BasePath ? BasePath->size() : 0); in Create() local 2097 unsigned PathSize, in CreateEmpty() 2111 unsigned PathSize = (BasePath ? BasePath->size() : 0); in Create() local 2124 unsigned PathSize, in CreateEmpty()
|
/freebsd/contrib/llvm-project/clang/lib/Serialization/ |
H A D | ASTReaderStmt.cpp | 3188 unsigned PathSize = Record[ASTStmtReader::NumExprFields]; in ReadStmtFromStream() local 3197 unsigned PathSize = Record[ASTStmtReader::NumExprFields]; in ReadStmtFromStream() local 3958 unsigned PathSize = Record[ASTStmtReader::NumExprFields]; in ReadStmtFromStream() local 3967 unsigned PathSize = Record[ASTStmtReader::NumExprFields]; in ReadStmtFromStream() local 3973 unsigned PathSize = Record[ASTStmtReader::NumExprFields]; in ReadStmtFromStream() local 3987 unsigned PathSize = Record[ASTStmtReader::NumExprFields]; in ReadStmtFromStream() local 3997 unsigned PathSize = Record[ASTStmtReader::NumExprFields]; in ReadStmtFromStream() local
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | ExprCXX.h | 387 Expr *op, unsigned PathSize, bool HasFPFeatures, in CXXNamedCastExpr() 394 explicit CXXNamedCastExpr(StmtClass SC, EmptyShell Shell, unsigned PathSize, in CXXNamedCastExpr() 445 explicit CXXStaticCastExpr(EmptyShell Empty, unsigned PathSize, in CXXStaticCastExpr() 1833 explicit CXXFunctionalCastExpr(EmptyShell Shell, unsigned PathSize, in CXXFunctionalCastExpr()
|
H A D | Expr.h | 3688 explicit ImplicitCastExpr(EmptyShell Shell, unsigned PathSize, in ImplicitCastExpr() 3757 CastKind kind, Expr *op, unsigned PathSize, in ExplicitCastExpr() 3765 ExplicitCastExpr(StmtClass SC, EmptyShell Shell, unsigned PathSize, in ExplicitCastExpr() 3796 unsigned PathSize, FPOptionsOverride FPO, in CStyleCastExpr() 3806 explicit CStyleCastExpr(EmptyShell Shell, unsigned PathSize, in CStyleCastExpr()
|