Searched defs:UnaryOperator (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
H A D | ComputeDependence.h | 28 class UnaryOperator; variable
|
H A D | Stmt.h | 424 friend class UnaryOperator; variable
|
H A D | Expr.h | 2123 explicit UnaryOperator(bool HasFPFeatures, EmptyShell Empty) in UnaryOperator() function
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/Analyses/ |
H A D | ThreadSafetyCommon.h | 56 class UnaryOperator; variable
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/ |
H A D | ASTMatchers.h | 5426 CXXRewrittenBinaryOperator, UnaryOperator), in AST_POLYMORPHIC_MATCHER_P() argument 5563 AST_POLYMORPHIC_SUPPORTED_TYPES(UnaryOperator, in AST_POLYMORPHIC_MATCHER_P()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
H A D | Instructions.cpp | 2403 UnaryOperator::UnaryOperator(UnaryOps iType, Value *S, in UnaryOperator() function in UnaryOperator 2412 UnaryOperator::UnaryOperator(UnaryOps iType, Value *S, in UnaryOperator() function in UnaryOperator
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
H A D | Expr.cpp | 4490 UnaryOperator::UnaryOperator(const ASTContext &Ctx, Expr *input, Opcode opc, in UnaryOperator() function in UnaryOperator
|