Home
last modified time | relevance | path

Searched defs:isBinaryOp (Results 1 – 15 of 15) sorted by relevance

/openbsd-src/gnu/llvm/llvm/tools/llvm-rc/
H A DResourceScriptToken.cpp67 bool RCToken::isBinaryOp() const { in isBinaryOp() function in RCToken
/openbsd-src/gnu/llvm/llvm/examples/Kaleidoscope/Chapter6/
H A Dtoy.cpp249 bool isBinaryOp() const { return IsOperator && Args.size() == 2; } in isBinaryOp() function in __anon8253e5990111::PrototypeAST
/openbsd-src/gnu/llvm/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/
H A Dtoy.cpp264 bool isBinaryOp() const { return IsOperator && Args.size() == 2; } in isBinaryOp() function in PrototypeAST
/openbsd-src/gnu/llvm/llvm/examples/Kaleidoscope/Chapter7/
H A Dtoy.cpp271 bool isBinaryOp() const { return IsOperator && Args.size() == 2; } in isBinaryOp() function in __anonf6d0569a0111::PrototypeAST
/openbsd-src/gnu/llvm/llvm/examples/Kaleidoscope/MCJIT/lazy/
H A Dtoy-jit.cpp210 bool isBinaryOp() const { return isOperator && Args.size() == 2; } in isBinaryOp() function in PrototypeAST
H A Dtoy.cpp211 bool isBinaryOp() const { return isOperator && Args.size() == 2; } in isBinaryOp() function in PrototypeAST
/openbsd-src/gnu/llvm/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/
H A Dtoy.cpp266 bool isBinaryOp() const { return IsOperator && Args.size() == 2; } in isBinaryOp() function in __anon348c1f790111::PrototypeAST
/openbsd-src/gnu/llvm/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/
H A Dtoy.cpp266 bool isBinaryOp() const { return IsOperator && Args.size() == 2; } in isBinaryOp() function in __anona908907a0111::PrototypeAST
/openbsd-src/gnu/llvm/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/
H A Dtoy.cpp266 bool isBinaryOp() const { return IsOperator && Args.size() == 2; } in isBinaryOp() function in __anon1d85017b0111::PrototypeAST
/openbsd-src/gnu/llvm/llvm/examples/Kaleidoscope/Chapter8/
H A Dtoy.cpp271 bool isBinaryOp() const { return IsOperator && Args.size() == 2; } in isBinaryOp() function in __anon6b4cc79b0111::PrototypeAST
/openbsd-src/gnu/llvm/llvm/examples/Kaleidoscope/MCJIT/cached/
H A Dtoy-jit.cpp225 bool isBinaryOp() const { return isOperator && Args.size() == 2; } in isBinaryOp() function in PrototypeAST
H A Dtoy.cpp232 bool isBinaryOp() const { return isOperator && Args.size() == 2; } in isBinaryOp() function in PrototypeAST
/openbsd-src/gnu/llvm/llvm/examples/Kaleidoscope/MCJIT/initial/
H A Dtoy.cpp209 bool isBinaryOp() const { return isOperator && Args.size() == 2; } in isBinaryOp() function in PrototypeAST
/openbsd-src/gnu/llvm/llvm/examples/Kaleidoscope/Chapter9/
H A Dtoy.cpp374 bool isBinaryOp() const { return IsOperator && Args.size() == 2; } in isBinaryOp() function in __anondfc9389c0211::PrototypeAST
/openbsd-src/gnu/llvm/llvm/examples/Kaleidoscope/MCJIT/complete/
H A Dtoy.cpp251 bool isBinaryOp() const { return isOperator && Args.size() == 2; } in isBinaryOp() function in PrototypeAST