Home
last modified time | relevance | path

Searched defs:UnaryOperator (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DComputeDependence.h28 class UnaryOperator; variable
H A DStmt.h424 friend class UnaryOperator; variable
H A DExpr.h2123 explicit UnaryOperator(bool HasFPFeatures, EmptyShell Empty) in UnaryOperator() function
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyCommon.h56 class UnaryOperator; variable
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/
H A DASTMatchers.h5426 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 DInstructions.cpp2403 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 DExpr.cpp4490 UnaryOperator::UnaryOperator(const ASTContext &Ctx, Expr *input, Opcode opc, in UnaryOperator() function in UnaryOperator