HomeSort by relevance Sort by last modified time
    Searched defs:Constraints (Results 1 - 12 of 12) sorted by null

  /external/guava/guava/src/com/google/common/collect/
Constraints.java 41 public final class Constraints {
42 private Constraints() {}
85 /** @see Constraints#constrainedCollection */
124 /** @see Constraints#constrainedSet */
162 /** @see Constraints#constrainedSortedSet */
214 /** @see Constraints#constrainedList */
259 /** @see Constraints#constrainedList */
282 /** @see Constraints#constrainedListIterator */
336 /** @see Constraints#constrainedMultiset */
  /external/llvm/include/llvm/
InlineAsm.h 43 std::string AsmString, Constraints;
48 const std::string &Constraints, bool hasSideEffects,
60 StringRef Constraints, bool hasSideEffects,
77 const std::string &getConstraintString() const { return Constraints; }
83 static bool Verify(FunctionType *Ty, StringRef Constraints);
144 /// isMultipleAlternative - '|': has multiple-alternative constraints.
147 /// multipleAlternatives - If there are multiple alternative constraints,
171 /// constraints and their prefixes. If this returns an empty vector, and if
175 /// ParseConstraints - Parse the constraints of this inlineasm object,
178 return ParseConstraints(Constraints);
    [all...]
  /external/guava/guava-tests/test/com/google/common/collect/
ConstraintsTest.java 39 * Tests for {@code Constraints}.
66 Constraint<? super String> constraint = Constraints.notNull();
77 Collection<String> constrained = Constraints.constrainedCollection(
89 Collection<String> constrained = Constraints.constrainedCollection(
105 Set<String> constrained = Constraints.constrainedSet(set, TEST_CONSTRAINT);
119 Set<String> constrained = Constraints.constrainedSet(set, TEST_CONSTRAINT);
134 SortedSet<String> constrained = Constraints.constrainedSortedSet(
152 SortedSet<String> constrained = Constraints.constrainedSortedSet(
180 List<String> constrained = Constraints.constrainedList(
209 List<String> constrained = Constraints.constrainedList
    [all...]
  /external/llvm/include/llvm/MC/
MCInstrDesc.h 27 // Operand constraints
69 /// Lower 16 bits are used to specify which constraints are set. The higher 16
70 /// bits are used to specify the value of constraints (4 bits each).
71 uint32_t Constraints;
151 (OpInfo[OpNum].Constraints & (1 << Constraint))) {
153 return (int)(OpInfo[OpNum].Constraints >> Pos) & 0xf;
  /external/llvm/utils/TableGen/
CodeGenInstruction.h 105 std::vector<ConstraintInfo> Constraints;
118 for (unsigned j = 0, e = Constraints.size(); j != e; ++j) {
119 const CGIOperandList::ConstraintInfo &CI = Constraints[j];
  /external/clang/lib/CodeGen/
CGStmt.cpp     [all...]
  /external/clang/lib/Sema/
SemaStmt.cpp     [all...]
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp 301 SmallVector<StringLiteral*, 16> Constraints;
305 Constraints.push_back(cast_or_null<StringLiteral>(Reader.ReadSubStmt()));
309 // Constraints
315 Names.data(), Constraints.data(),
    [all...]
  /external/clang/include/clang/AST/
Stmt.h     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]
  /prebuilts/tools/common/guava-tools/
guava-10.0.1.jar 
  /prebuilt/common/tradefed/
tradefed-prebuilt.jar 

Completed in 280 milliseconds