Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/AST/
DComputeDependence.h28 class UnaryOperator; variable
DStmt.h424 friend class UnaryOperator; variable
DExpr.h2121 explicit UnaryOperator(bool HasFPFeatures, EmptyShell Empty) in UnaryOperator() function
/external/llvm-project/clang/include/clang/Analysis/Analyses/
DThreadSafetyCommon.h56 class UnaryOperator; variable
/external/llvm-project/llvm/unittests/IR/
DInstructionsTest.cpp1328 TEST(InstructionsTest, UnaryOperator) { in TEST() argument
/external/clang/include/clang/ASTMatchers/
DASTMatchers.h3609 UnaryOperator), in AST_POLYMORPHIC_MATCHER_P() argument
3658 AST_MATCHER_P(UnaryOperator, hasUnaryOperand, in AST_MATCHER_P() argument
/external/llvm-project/clang/include/clang/ASTMatchers/
DASTMatchers.h5160 UnaryOperator), in AST_POLYMORPHIC_MATCHER_P() argument
5279 AST_MATCHER_P(UnaryOperator, hasUnaryOperand, in AST_MATCHER_P() argument
/external/llvm-project/llvm/lib/IR/
DInstructions.cpp2382 UnaryOperator::UnaryOperator(UnaryOps iType, Value *S, in UnaryOperator() function in UnaryOperator
2391 UnaryOperator::UnaryOperator(UnaryOps iType, Value *S, in UnaryOperator() function in UnaryOperator
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DInstructions.cpp2183 UnaryOperator::UnaryOperator(UnaryOps iType, Value *S, in UnaryOperator() function in UnaryOperator
2192 UnaryOperator::UnaryOperator(UnaryOps iType, Value *S, in UnaryOperator() function in UnaryOperator
/external/llvm-project/clang/unittests/AST/
DStructuralEquivalenceTest.cpp1707 TEST_F(StructuralEquivalenceStmtTest, UnaryOperator) { in TEST_F() argument
/external/clang/include/clang/AST/
DExpr.h1678 UnaryOperator(Expr *input, Opcode opc, QualType type, in UnaryOperator() function
1689 explicit UnaryOperator(EmptyShell Empty) in UnaryOperator() function
/external/llvm-project/clang/lib/AST/
DExpr.cpp4414 UnaryOperator::UnaryOperator(const ASTContext &Ctx, Expr *input, Opcode opc, in UnaryOperator() function in UnaryOperator