Home
last modified time | relevance | path

Searched defs:IsOperator (Results 1 – 10 of 10) sorted by relevance

/llvm-project-15.0.7/llvm/examples/Kaleidoscope/Chapter6/
H A Dtoy.cpp236 bool IsOperator; member in __anonb74c55720111::PrototypeAST
241 bool IsOperator = false, unsigned Prec = 0) in PrototypeAST()
/llvm-project-15.0.7/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/
H A Dtoy.cpp253 bool IsOperator; member in __anoncef1c7f20111::PrototypeAST
258 bool IsOperator = false, unsigned Prec = 0) in PrototypeAST()
/llvm-project-15.0.7/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/
H A Dtoy.cpp251 bool IsOperator; member in PrototypeAST
256 bool IsOperator = false, unsigned Prec = 0) in PrototypeAST()
/llvm-project-15.0.7/llvm/examples/Kaleidoscope/Chapter7/
H A Dtoy.cpp258 bool IsOperator; member in __anon2bc8c6730111::PrototypeAST
263 bool IsOperator = false, unsigned Prec = 0) in PrototypeAST()
/llvm-project-15.0.7/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/
H A Dtoy.cpp253 bool IsOperator; member in __anon436e38f30111::PrototypeAST
258 bool IsOperator = false, unsigned Prec = 0) in PrototypeAST()
/llvm-project-15.0.7/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/
H A Dtoy.cpp253 bool IsOperator; member in __anonb7eaa9f40111::PrototypeAST
258 bool IsOperator = false, unsigned Prec = 0) in PrototypeAST()
/llvm-project-15.0.7/llvm/examples/Kaleidoscope/Chapter8/
H A Dtoy.cpp259 bool IsOperator; member in __anona04537740111::PrototypeAST
264 bool IsOperator = false, unsigned Prec = 0) in PrototypeAST()
/llvm-project-15.0.7/llvm/examples/Kaleidoscope/Chapter9/
H A Dtoy.cpp360 bool IsOperator; member in __anon14c1a8750211::PrototypeAST
366 std::vector<std::string> Args, bool IsOperator = false, in PrototypeAST()
/llvm-project-15.0.7/flang/lib/Semantics/
H A Dsymbol.cpp665 bool GenericKind::IsOperator() const { in IsOperator() function in Fortran::semantics::GenericKind
/llvm-project-15.0.7/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp359 bool TypeSystemClang::IsOperator(llvm::StringRef name, in IsOperator() function in TypeSystemClang