Searched defs:Left (Results 1 - 13 of 13) sorted by relevance

/freebsd-9.3-release/contrib/llvm/lib/DebugInfo/
H A DDWARFDebugAranges.h63 static bool SortedOverlapCheck(const Range &Left, const Range &Right) { argument
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/AST/
H A DAttrIterator.h99 friend bool operator==(specific_attr_iterator Left, argument
108 friend bool operator!=(specific_attr_iterator Left, argument
/freebsd-9.3-release/contrib/llvm/lib/Target/X86/
H A DX86SelectionDAGInfo.cpp148 SDValue Left = DAG.getNode(ISD::AND, dl, CVT, Count, local
/freebsd-9.3-release/contrib/llvm/lib/CodeGen/
H A DMachineCSE.cpp611 unsigned Left = --OpenChildren[Parent]; local
H A DMachineLICM.cpp676 unsigned Left = --OpenChildren[Parent]; local
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Format/
H A DTokenAnnotator.cpp44 FormatToken *Left = CurrentToken->Previous; local
85 FormatToken *Left = CurrentToken->Previous; local
252 FormatToken *Left = CurrentToken->Previous; local
277 updateParameterCount(FormatToken *Left, FormatToken *Current) argument
1128 const FormatToken &Left = *Tok.Previous; local
1215 spaceRequiredBetween(const AnnotatedLine &Line, const FormatToken &Left, const FormatToken &Right) argument
1417 const FormatToken &Left = *Right.Previous; local
[all...]
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Frontend/
H A DVerifyDiagnosticConsumer.cpp644 CheckLists(DiagnosticsEngine &Diags, SourceManager &SourceMgr, const char *Label, DirectiveList &Left, const_diag_iterator d2_begin, const_diag_iterator d2_end) argument
/freebsd-9.3-release/contrib/llvm/include/llvm/ADT/
H A Dilist.h717 void swap(llvm::iplist<Ty> &Left, llvm::iplist<Ty> &Right) { argument
/freebsd-9.3-release/contrib/llvm/include/llvm/Support/
H A DPatternMatch.h86 match_combine_or(const LTy &Left, const RTy &Right) : L(Left), R(Right) { } argument
103 match_combine_and(const LTy &Left, const RTy &Right) : L(Left), R(Right) { } argument
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DCStringChecker.cpp1056 const Expr *Left = CE->getArg(0); local
/freebsd-9.3-release/contrib/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp240 reorderInputsAccordingToOpcode(ArrayRef<Value *> VL, SmallVectorImpl<Value *> &Left, SmallVectorImpl<Value *> &Right) argument
911 ValueList Left, Right; local
[all...]
H A DLoopVectorize.cpp2031 createMinMaxOp(IRBuilder< &Builder, LoopVectorizationLegality::MinMaxReductionKind RK, Value *Left, Value *Right) argument
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaChecking.cpp2001 StringLiteralCheckType Left = local

Completed in 433 milliseconds