Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/examples/Kaleidoscope/Chapter6/
H A Dtoy.cpp236 bool IsOperator; member in __anon8253e5990111::PrototypeAST
241 bool IsOperator = false, unsigned Prec = 0) in PrototypeAST()
/openbsd-src/gnu/llvm/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/
H A Dtoy.cpp251 bool IsOperator; member in PrototypeAST
256 bool IsOperator = false, unsigned Prec = 0) in PrototypeAST()
/openbsd-src/gnu/llvm/llvm/examples/Kaleidoscope/Chapter7/
H A Dtoy.cpp258 bool IsOperator; member in __anonf6d0569a0111::PrototypeAST
263 bool IsOperator = false, unsigned Prec = 0) in PrototypeAST()
/openbsd-src/gnu/llvm/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/
H A Dtoy.cpp253 bool IsOperator; member in __anon348c1f790111::PrototypeAST
258 bool IsOperator = false, unsigned Prec = 0) in PrototypeAST()
/openbsd-src/gnu/llvm/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/
H A Dtoy.cpp253 bool IsOperator; member in __anona908907a0111::PrototypeAST
258 bool IsOperator = false, unsigned Prec = 0) in PrototypeAST()
/openbsd-src/gnu/llvm/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/
H A Dtoy.cpp253 bool IsOperator; member in __anon1d85017b0111::PrototypeAST
258 bool IsOperator = false, unsigned Prec = 0) in PrototypeAST()
/openbsd-src/gnu/llvm/llvm/examples/Kaleidoscope/Chapter8/
H A Dtoy.cpp258 bool IsOperator; member in __anon6b4cc79b0111::PrototypeAST
263 bool IsOperator = false, unsigned Prec = 0) in PrototypeAST()
/openbsd-src/gnu/llvm/llvm/examples/Kaleidoscope/Chapter9/
H A Dtoy.cpp360 bool IsOperator; member in __anondfc9389c0211::PrototypeAST
366 std::vector<std::string> Args, bool IsOperator = false, in PrototypeAST()
/openbsd-src/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp362 bool TypeSystemClang::IsOperator(llvm::StringRef name, in IsOperator() function in TypeSystemClang