Home
last modified time | relevance | path

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

/llvm-project/llvm/examples/Kaleidoscope/Chapter6/
H A Dtoy.cpp240 bool IsOperator; member in __anona3d1e5b50111::PrototypeAST
245 bool IsOperator = false, unsigned Prec = 0) in PrototypeAST() argument
/llvm-project/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/
H A Dtoy.cpp251 bool IsOperator; member in PrototypeAST
256 bool IsOperator = false, unsigned Prec = 0) in PrototypeAST() argument
/llvm-project/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/
H A Dtoy.cpp253 bool IsOperator; member in __anoncdd06d150111::PrototypeAST
258 bool IsOperator = false, unsigned Prec = 0) in PrototypeAST() argument
/llvm-project/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/
H A Dtoy.cpp253 bool IsOperator; member in __anon424cde160111::PrototypeAST
258 bool IsOperator = false, unsigned Prec = 0) in PrototypeAST() argument
/llvm-project/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/
H A Dtoy.cpp253 bool IsOperator; member in __anonb6c94f170111::PrototypeAST
258 bool IsOperator = false, unsigned Prec = 0) in PrototypeAST() argument
/llvm-project/llvm/examples/Kaleidoscope/Chapter7/
H A Dtoy.cpp262 bool IsOperator; member in __anon184e56b60111::PrototypeAST
267 bool IsOperator = false, unsigned Prec = 0) in PrototypeAST() argument
/llvm-project/llvm/examples/Kaleidoscope/Chapter8/
H A Dtoy.cpp258 bool IsOperator; member in __anon8ccac7b70111::PrototypeAST
263 bool IsOperator = false, unsigned Prec = 0) in PrototypeAST()
/llvm-project/llvm/examples/Kaleidoscope/Chapter9/
H A Dtoy.cpp360 bool IsOperator; member in __anon014738b80211::PrototypeAST
366 std::vector<std::string> Args, bool IsOperator = false, in PrototypeAST()
/llvm-project/flang/lib/Semantics/
H A Dsymbol.cpp752 bool GenericKind::IsOperator() const { IsOperator() function in Fortran::semantics::GenericKind
/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp365 bool TypeSystemClang::IsOperator(llvm::StringRef name, IsOperator() function in TypeSystemClang