HomeSort by: relevance | last modified time | path
    Searched defs:Less (Results 1 - 10 of 10) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Basic/
Thunk.h 62 bool Less(const VirtualAdjustment &RHS) const {
86 return LHS.NonVirtual == RHS.NonVirtual && LHS.Virtual.Less(RHS.Virtual);
129 bool Less(const VirtualAdjustment &RHS) const {
150 return LHS.NonVirtual == RHS.NonVirtual && LHS.Virtual.Less(RHS.Virtual);
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
STLAlgorithmModeling.cpp 151 SVal Less = SVB.evalBinOp(StateFound, BO_LT,
155 assert(Less.getAs<DefinedSVal>() &&
157 StateFound = StateFound->assume(Less.castAs<DefinedSVal>(), true);
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
ComparisonCategories.h 64 /// defined in the standard library. e.g. 'std::strong_ordering::less'.
68 Less,
162 return getValueInfo(ComparisonCategoryResult::Less);
  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
CodeGen.h 54 Less = 1, // -O1
  /src/external/apache2/llvm/dist/clang/lib/Tooling/
InterpolatingCompilationDatabase.cpp 79 template <bool Prefix> struct Less {
476 Less<Prefix>());
  /src/external/apache2/llvm/dist/libcxx/benchmarks/
string.bench.cpp 395 enum class Relation { Eq, Less, Compare };
397 static constexpr const char* Names[] = {"Eq", "Less", "Compare"};
412 case Relation::Less:
456 case Relation::Less:
  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonStoreWidening.cpp 573 auto Less = [] (const MachineInstr *A, const MachineInstr *B) -> bool {
578 llvm::sort(G, Less);
  /src/external/apache2/llvm/dist/llvm/include/llvm/MC/
MCAsmMacro.h 53 Less, LessEqual, LessLess, LessGreater,
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
StackSafetyAnalysis.cpp 107 struct Less {
126 typename CallInfo<CalleeTy>::Less>;
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaChecking.cpp 447 // %f always takes less space, so default to it.
4552 /// object that is less aligned than the parameter. This can happen when
4581 // If the argument is less aligned than the parameter, there is a
4652 // For some K&R functions, we may have less args than parameters.
4721 // FIXME: Our choice of AST representation here is less than ideal.
7082 // TODO: This is less than ideal. Overload this to take a value.
11244 Less = LE | LT | NE,
11267 case -1: return Less;
11287 if (R & LTFlag) return StringRef("'std::strong_ordering::less'");
14590 // For array subscripting the index must be less than size, but for pointe
    [all...]

Completed in 52 milliseconds