HomeSort by relevance Sort by last modified time
    Searched refs:Operator (Results 51 - 64 of 64) sorted by null

1 23

  /external/clang/include/clang/Sema/
Sema.h 194 void operator=(const Sema &) LLVM_DELETED_FUNCTION;
583 /// A flag to remember whether the implicit forms of operator new and delete
    [all...]
  /external/llvm/lib/Analysis/
InstructionSimplify.cpp 30 #include "llvm/IR/Operator.h"
691 } else if (Operator::getOpcode(V) == Instruction::BitCast) {
692 V = cast<Operator>(V)->getOperand(0);
    [all...]
  /external/llvm/lib/Transforms/Scalar/
SROA.cpp 46 #include "llvm/IR/Operator.h"
90 bool operator<(const ByteRange &RHS) const {
98 friend bool operator<(const ByteRange &LHS, uint64_t RHSOffset) {
102 friend LLVM_ATTRIBUTE_UNUSED bool operator<(uint64_t LHSOffset,
107 bool operator==(const ByteRange &RHS) const {
110 bool operator!=(const ByteRange &RHS) const { return !operator==(RHS); }
    [all...]
  /external/webkit/Source/JavaScriptCore/parser/
JSParser.cpp 508 Scope* operator->() { return &m_scopeStack->at(m_index); }
    [all...]
  /prebuilts/tools/common/m2/internal/jaxen/jaxen/1.1.1/
jaxen-1.1.1.jar 
  /external/clang/lib/Sema/
TreeTransform.h     [all...]
SemaTemplate.cpp 153 Name.OperatorFunctionId.Operator);
291 // beginning of a template argument list (14.2) or a less-than operator.
    [all...]
SemaOverload.cpp     [all...]
SemaDecl.cpp 783 // an operator-function-id or a literal- operator-id refers to a set of
786 // template-argument-list and never as the less-than operator.
    [all...]
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp     [all...]
  /external/llvm/lib/Transforms/Utils/
SimplifyCFG.cpp 36 #include "llvm/IR/Operator.h"
76 bool operator<(ValueEqualityComparisonCase RHS) const {
81 bool operator==(BasicBlock *RHSDest) const { return Dest == RHSDest; }
286 switch (Operator::getOpcode(I)) {
756 bool operator()(const ConstantInt *LHS, const ConstantInt *RHS) const {
    [all...]
  /external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
FlexAntTasks.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.lucene_1.9.1.v20100518-1140.jar 
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar 

Completed in 285 milliseconds

1 23