Home
last modified time | relevance | path

Searched defs:Operator (Results 1 – 21 of 21) sorted by relevance

/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/AST/
DTemplateName.h459 OverloadedOperatorKind Operator; member
484 OverloadedOperatorKind Operator) in DependentTemplateName()
489 OverloadedOperatorKind Operator, in DependentTemplateName()
533 OverloadedOperatorKind Operator) { in Profile()
DExprCXX.h56 OverloadedOperatorKind Operator; variable
/freebsd-10-stable/contrib/llvm/include/llvm/Analysis/
DScalarEvolution.h48 class Operator; variable
/freebsd-10-stable/sys/contrib/dev/acpica/compiler/
Ddtexpress.c117 UINT32 Operator, in DtDoOperator()
Daslxrefout.c723 const char *Operator; in OtXrefAnalysisWalkPart3() local
Dasltree.c569 ACPI_PARSE_OBJECT *Operator; in TrCreateAssignmentNode() local
/freebsd-10-stable/contrib/byacc/test/
Dbtyacc_demo.y22 enum Operator { ADD, SUB, MUL, MOD, DIV, DEREF }; enum
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Sema/
DParsedTemplate.h157 OverloadedOperatorKind Operator; member
DDeclSpec.h866 OverloadedOperatorKind Operator; member
/freebsd-10-stable/contrib/llvm/utils/TableGen/
DPseudoLoweringEmitter.cpp134 Record *Operator = OpDef->getDef(); in evaluateExpansion() local
DCodeGenDAGPatterns.cpp1076 static unsigned GetNumNodeResults(Record *Operator, CodeGenDAGPatterns &CDP) { in GetNumNodeResults()
1459 Record *Operator = getOperator(); in NodeHasProperty() local
1897 Record *Operator = OpDef->getDef(); in ParseTreePattern() local
2622 Record *Operator = OpDef->getDef(); in hasNullFragReference() local
3392 Record *Operator = N->getOperator(); in GatherChildrenOfAssociativeOpcode() local
DCodeGenDAGPatterns.h306 Record *Operator; variable
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Lex/
DPPExpressions.cpp474 tok::TokenKind Operator = PeekTok.getKind(); in EvaluateDirectiveSubExpr() local
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Basic/
DIdentifierTable.cpp548 const char *clang::getOperatorSpelling(OverloadedOperatorKind Operator) { in getOperatorSpelling()
/freebsd-10-stable/contrib/byacc/test/btyacc/
Dbtyacc_demo.tab.c136 enum Operator { ADD, SUB, MUL, MOD, DIV, DEREF }; enum
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/
DSemaExprCXX.cpp1805 bool AllowMissing, FunctionDecl *&Operator, in FindAllocationOverload()
2138 FunctionDecl* &Operator, bool Diagnose) { in FindDeallocationFunction()
3200 CXXMethodDecl *Operator = cast<CXXMethodDecl>(*Op); in HasNoThrowOperator() local
DSemaLookup.cpp2880 void Sema::ArgumentDependentLookup(DeclarationName Name, bool Operator, in ArgumentDependentLookup()
DTreeTransform.h9671 OverloadedOperatorKind Operator, in RebuildTemplateName()
DSemaOverload.cpp7954 bool Operator, SourceLocation Loc, in AddArgumentDependentLookupCandidates()
/freebsd-10-stable/contrib/llvm/lib/TableGen/
DTGParser.cpp1371 Init *Operator = ParseValue(CurRec); in ParseSimpleValue() local
/freebsd-10-stable/contrib/gdb/include/
Dhp-symtab.h1761 unsigned int Operator: 1; /* operator function */ member