OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:isBinaryOp
(Results
26 - 34
of
34
) sorted by null
1
2
/external/llvm/examples/Kaleidoscope/MCJIT/cached/
toy-jit.cpp
225
bool
isBinaryOp
() const { return isOperator && Args.size() == 2; }
228
assert(isUnaryOp() ||
isBinaryOp
());
989
if (Proto->
isBinaryOp
())
1015
if (Proto->
isBinaryOp
())
[
all
...]
toy.cpp
232
bool
isBinaryOp
() const { return isOperator && Args.size() == 2; }
235
assert(isUnaryOp() ||
isBinaryOp
());
[
all
...]
/external/llvm/examples/Kaleidoscope/MCJIT/lazy/
toy-jit.cpp
210
bool
isBinaryOp
() const { return isOperator && Args.size() == 2; }
213
assert(isUnaryOp() ||
isBinaryOp
());
971
if (Proto->
isBinaryOp
())
997
if (Proto->
isBinaryOp
())
[
all
...]
toy.cpp
211
bool
isBinaryOp
() const { return isOperator && Args.size() == 2; }
214
assert(isUnaryOp() ||
isBinaryOp
());
[
all
...]
/external/swiftshader/third_party/LLVM/examples/Kaleidoscope/Chapter6/
toy.cpp
191
bool
isBinaryOp
() const { return isOperator && Args.size() == 2; }
194
assert(isUnaryOp() ||
isBinaryOp
());
808
if (Proto->
isBinaryOp
())
831
if (Proto->
isBinaryOp
())
/external/swiftshader/third_party/LLVM/examples/Kaleidoscope/Chapter7/
toy.cpp
207
bool
isBinaryOp
() const { return isOperator && Args.size() == 2; }
210
assert(isUnaryOp() ||
isBinaryOp
());
968
if (Proto->
isBinaryOp
())
994
if (Proto->
isBinaryOp
())
[
all
...]
/external/llvm/examples/Kaleidoscope/Chapter9/
toy.cpp
374
bool
isBinaryOp
() const { return IsOperator && Args.size() == 2; }
377
assert(isUnaryOp() ||
isBinaryOp
());
[
all
...]
/external/llvm/examples/Kaleidoscope/MCJIT/complete/
toy.cpp
251
bool
isBinaryOp
() const { return isOperator && Args.size() == 2; }
254
assert(isUnaryOp() ||
isBinaryOp
());
[
all
...]
/external/llvm/examples/Kaleidoscope/MCJIT/initial/
toy.cpp
209
bool
isBinaryOp
() const { return isOperator && Args.size() == 2; }
212
assert(isUnaryOp() ||
isBinaryOp
());
[
all
...]
Completed in 373 milliseconds
1
2