Home
last modified time | relevance | path

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

/freebsd-src/sys/contrib/dev/acpica/components/namespace/
H A Dnsnames.c367 UINT32 PathSize, in AcpiNsBuildNormalizedPath() argument
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DExprCXX.cpp717 unsigned PathSize = (BasePath ? BasePath->size() : 0); Create() local
730 CreateEmpty(const ASTContext & C,unsigned PathSize,bool HasFPFeatures) CreateEmpty() argument
746 unsigned PathSize = (BasePath ? BasePath->size() : 0); Create() local
758 CreateEmpty(const ASTContext & C,unsigned PathSize) CreateEmpty() argument
809 unsigned PathSize = (BasePath ? BasePath->size() : 0); Create() local
821 CreateEmpty(const ASTContext & C,unsigned PathSize) CreateEmpty() argument
856 unsigned PathSize = (BasePath ? BasePath->size() : 0); Create() local
869 CreateEmpty(const ASTContext & C,unsigned PathSize,bool HasFPFeatures) CreateEmpty() argument
[all...]
H A DExpr.cpp2054 unsigned PathSize = (BasePath ? BasePath->size() : 0); Create() local
2072 CreateEmpty(const ASTContext & C,unsigned PathSize,bool HasFPFeatures) CreateEmpty() argument
2086 unsigned PathSize = (BasePath ? BasePath->size() : 0); Create() local
2099 CreateEmpty(const ASTContext & C,unsigned PathSize,bool HasFPFeatures) CreateEmpty() argument
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp3131 unsigned PathSize = Record[ASTStmtReader::NumExprFields]; ReadStmtFromStream() local
3140 unsigned PathSize = Record[ASTStmtReader::NumExprFields]; ReadStmtFromStream() local
3881 unsigned PathSize = Record[ASTStmtReader::NumExprFields]; ReadStmtFromStream() local
3890 unsigned PathSize = Record[ASTStmtReader::NumExprFields]; ReadStmtFromStream() local
3896 unsigned PathSize = Record[ASTStmtReader::NumExprFields]; ReadStmtFromStream() local
3910 unsigned PathSize = Record[ASTStmtReader::NumExprFields]; ReadStmtFromStream() local
3920 unsigned PathSize = Record[ASTStmtReader::NumExprFields]; ReadStmtFromStream() local
[all...]
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DExprCXX.h387 Expr *op, unsigned PathSize, bool HasFPFeatures, in CXXNamedCastExpr() argument
394 explicit CXXNamedCastExpr(StmtClass SC, EmptyShell Shell, unsigned PathSize, in CXXNamedCastExpr() argument
445 explicit CXXStaticCastExpr(EmptyShell Empty, unsigned PathSize, in CXXStaticCastExpr() argument
1817 CXXFunctionalCastExpr(EmptyShell Shell,unsigned PathSize,bool HasFPFeatures) CXXFunctionalCastExpr() argument
[all...]
H A DExpr.h3757 CastKind kind, Expr *op, unsigned PathSize, in CStyleCastExpr() argument
3639 ImplicitCastExpr(EmptyShell Shell,unsigned PathSize,bool HasFPFeatures) ImplicitCastExpr() argument
3708 ExplicitCastExpr(StmtClass SC,QualType exprTy,ExprValueKind VK,CastKind kind,Expr * op,unsigned PathSize,bool HasFPFeatures,TypeSourceInfo * writtenTy) ExplicitCastExpr() argument
3716 ExplicitCastExpr(StmtClass SC,EmptyShell Shell,unsigned PathSize,bool HasFPFeatures) ExplicitCastExpr() argument
3747 CStyleCastExpr(QualType exprTy,ExprValueKind vk,CastKind kind,Expr * op,unsigned PathSize,FPOptionsOverride FPO,TypeSourceInfo * writtenTy,SourceLocation l,SourceLocation r) CStyleCastExpr() argument
[all...]