HomeSort by relevance Sort by last modified time
    Searched refs:Classify (Results 1 - 25 of 55) sorted by null

1 2 3

  /prebuilts/go/darwin-x86/src/net/
addrselect_test.go 187 got := rfc6724policyTable.Classify(tt.ip)
189 t.Errorf("%d. Classify(%s) = %v; want %v", i, tt.ip, got, tt.want)
addrselect.go 68 match := rfc6724policyTable.Classify(ip)
305 // Classify returns the policyTableEntry of the entry with the longest
308 func (t policyTable) Classify(ip IP) policyTableEntry {
  /prebuilts/go/linux-x86/src/net/
addrselect_test.go 187 got := rfc6724policyTable.Classify(tt.ip)
189 t.Errorf("%d. Classify(%s) = %v; want %v", i, tt.ip, got, tt.want)
addrselect.go 68 match := rfc6724policyTable.Classify(ip)
305 // Classify returns the policyTableEntry of the entry with the longest
308 func (t policyTable) Classify(ip IP) policyTableEntry {
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
LiveRangeEdit.cpp 297 unsigned NumComp = ConEQ.Classify(LI);
  /external/pdfium/core/fxcrt/
fx_bidi.cpp 240 Classify(chars, iCount, false);
245 Classify(chars, iCount, true);
301 void Classify(std::vector<CFX_Char>* chars, size_t iCount, bool bWS) {
  /external/llvm/lib/CodeGen/
RenameIndependentSubregs.cpp 165 unsigned NumSubComponents = ConEQ.Classify(SR);
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
LiveInterval.h 558 /// unsigned numComps = ConEQ.Classify(LI);
576 /// Classify - Classify the values in LI into connected components.
578 unsigned Classify(const LiveInterval *LI);
580 /// getEqClass - Classify creates equivalence classes numbered 0..N. Return
  /external/v8/tools/clang/value_cleanup/
ListValueRewriter.cpp 248 bool arg_is_rvalue = object_expr->Classify(*result.Context).isRValue();
  /external/clang/lib/AST/
ExprClassification.cpp 10 // This file implements Expr::classify.
76 /// Classify an expression which creates a temporary, based on its type.
112 llvm_unreachable("cannot classify a statement");
636 Classification VC = Classify(Ctx);
  /external/llvm/include/llvm/CodeGen/
LiveInterval.h 848 /// unsigned numComps = ConEQ.Classify(LI);
861 /// Classify the values in \p LR into connected components.
863 unsigned Classify(const LiveRange &LR);
865 /// getEqClass - Classify creates equivalence classes numbered 0..N. Return
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
LiveInterval.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/CodeGen/
LiveInterval.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/CodeGen/
LiveInterval.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/CodeGen/
LiveInterval.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/CodeGen/
LiveInterval.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/CodeGen/
LiveInterval.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/CodeGen/
LiveInterval.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
LiveInterval.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/CodeGen/
LiveInterval.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/CodeGen/
LiveInterval.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/CodeGen/
LiveInterval.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/CodeGen/
LiveInterval.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/CodeGen/
LiveInterval.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/CodeGen/
LiveInterval.h     [all...]

Completed in 1070 milliseconds

1 2 3