Home
last modified time | relevance | path

Searched defs:PathSize (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/contrib/dev/acpica/components/namespace/
H A Dnsnames.c367 UINT32 PathSize, in AcpiNsBuildNormalizedPath()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprCXX.cpp773 unsigned PathSize = (BasePath ? BasePath->size() : 0); in Create() local
786 unsigned PathSize, in CreateEmpty()
802 unsigned PathSize = (BasePath ? BasePath->size() : 0); in Create() local
813 unsigned PathSize) { in CreateEmpty()
864 unsigned PathSize = (BasePath ? BasePath->size() : 0); in Create() local
875 CXXReinterpretCastExpr::CreateEmpty(const ASTContext &C, unsigned PathSize) { in CreateEmpty()
910 unsigned PathSize = (BasePath ? BasePath->size() : 0); in Create() local
923 unsigned PathSize, in CreateEmpty()
H A DExpr.cpp2077 unsigned PathSize = (BasePath ? BasePath->size() : 0); in Create() local
2095 unsigned PathSize, in CreateEmpty()
2109 unsigned PathSize = (BasePath ? BasePath->size() : 0); in Create() local
2122 unsigned PathSize, in CreateEmpty()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp3315 unsigned PathSize = Record[ASTStmtReader::NumExprFields]; in ReadStmtFromStream() local
3324 unsigned PathSize = Record[ASTStmtReader::NumExprFields]; in ReadStmtFromStream() local
4101 unsigned PathSize = Record[ASTStmtReader::NumExprFields]; in ReadStmtFromStream() local
4110 unsigned PathSize = Record[ASTStmtReader::NumExprFields]; in ReadStmtFromStream() local
4116 unsigned PathSize = Record[ASTStmtReader::NumExprFields]; in ReadStmtFromStream() local
4130 unsigned PathSize = Record[ASTStmtReader::NumExprFields]; in ReadStmtFromStream() local
4140 unsigned PathSize = Record[ASTStmtReader::NumExprFields]; in ReadStmtFromStream() local
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExprCXX.h389 Expr *op, unsigned PathSize, bool HasFPFeatures, in CXXNamedCastExpr()
396 explicit CXXNamedCastExpr(StmtClass SC, EmptyShell Shell, unsigned PathSize, in CXXNamedCastExpr()
447 explicit CXXStaticCastExpr(EmptyShell Empty, unsigned PathSize, in CXXStaticCastExpr()
1835 explicit CXXFunctionalCastExpr(EmptyShell Shell, unsigned PathSize, in CXXFunctionalCastExpr()
H A DExpr.h3794 explicit ImplicitCastExpr(EmptyShell Shell, unsigned PathSize, in ImplicitCastExpr()
3863 CastKind kind, Expr *op, unsigned PathSize, in ExplicitCastExpr()
3871 ExplicitCastExpr(StmtClass SC, EmptyShell Shell, unsigned PathSize, in ExplicitCastExpr()
3902 unsigned PathSize, FPOptionsOverride FPO, in CStyleCastExpr()
3912 explicit CStyleCastExpr(EmptyShell Shell, unsigned PathSize, in CStyleCastExpr()