OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:STRCONCAT
(Results
1 - 3
of
3
) sorted by null
/external/llvm/lib/TableGen/
Record.cpp
787
case
STRCONCAT
: {
862
case
STRCONCAT
: Result = "!
strconcat
"; break;
[
all
...]
TGParser.cpp
906
Code = BinOpInit::
STRCONCAT
;
948
// We allow multiple operands to associative operators like !
strconcat
as
950
if (Code == BinOpInit::
STRCONCAT
|| Code == BinOpInit::LISTCONCAT) {
[
all
...]
/external/llvm/include/llvm/TableGen/
Record.h
727
enum BinaryOp { ADD, AND, SHL, SRA, SRL, LISTCONCAT,
STRCONCAT
, CONCAT, EQ };
[
all
...]
Completed in 94 milliseconds