HomeSort by relevance Sort by last modified time
    Searched refs:Inner (Results 201 - 225 of 310) sorted by null

1 2 3 4 5 6 7 891011>>

  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Analysis/
LoopInfo.h 483 /// Return true if this Loop and all inner subloops are in LCSSA form.
580 // BBMap - Mapping of basic blocks to the inner most loop they occur in
657 /// Return the inner most loop that BB lives in. If a basic block is in no
810 // instruction, or in a loop that contains it as an inner loop, then using
838 // Check if Outer contains Inner; with the null loop counting as the
840 auto Contains = [](const Loop *Outer, const Loop *Inner) {
841 return !Outer || Outer->contains(Inner);
848 // If we know we're hoisting Inst out of an inner loop to an outer loop,
861 // If we know we're sinking Inst from an outer loop into an inner loop, then
    [all...]
  /external/golang-protobuf/proto/
text_test.go 74 Inner: &pb.InnerMessage{
86 Inner: &pb.InnerMessage{
132 inner: <
143 inner: <
all_test.go     [all...]
  /external/guava/guava-testlib/test/com/google/common/testing/
NullPointerTesterTest.java     [all...]
  /external/llvm/lib/MC/
MCExpr.cpp 591 const auto *Inner = dyn_cast<MCSymbolRefExpr>(Expr);
592 if (Inner) {
593 if (Inner->getKind() == MCSymbolRefExpr::VK_WEAKREF)
ELFObjectWriter.cpp 680 if (const auto *Inner = dyn_cast<MCSymbolRefExpr>(Expr)) {
681 if (Inner->getKind() == MCSymbolRefExpr::VK_WEAKREF) {
682 SymA = cast<MCSymbolELF>(&Inner->getSymbol());
    [all...]
  /external/tensorflow/tensorflow/python/keras/_impl/keras/
model_subclassing_test.py 141 # NOTE: this requires the inner subclass to implement `compute_output_shape`.
147 class Inner(keras.Model):
150 super(Inner, self).__init__()
163 test_model = Inner()
  /external/clang/lib/CodeGen/
CGExprConstant.cpp     [all...]
  /external/tensorflow/tensorflow/python/framework/
function_test.py 741 y = logging_ops.Print(y, [y], "inner")
800 # Foo.Inner and Bar.Inner have identical function body but have
807 def Inner(x):
810 return Inner(x)
816 def Inner(x, unused_y, unused_z):
819 return Inner(x, 2., 3.)
    [all...]
  /external/clang/test/SemaCXX/
warn-thread-safety-analysis.cpp 1121 // inner context.
    [all...]
  /external/clang/lib/Sema/
SemaAccess.cpp 81 EffectiveContext() : Inner(nullptr), Dependent(false) {}
84 : Inner(DC),
136 return Inner;
141 DeclContext *Inner;
    [all...]
  /external/clang/test/SemaTemplate/
ms-lookup-template-base-classes.cpp 231 struct Inner {
  /external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstCombine.h 174 Instruction *FoldSPFofSPF(Instruction *Inner, SelectPatternFlavor SPF1,
InstCombineSelect.cpp 554 Instruction *InstCombiner::FoldSPFofSPF(Instruction *Inner,
563 return ReplaceInstUsesWith(Outer, Inner);
    [all...]
  /external/clang/lib/Parse/
ParseCXXInlineMethods.cpp     [all...]
  /external/llvm/lib/Analysis/
DependenceAnalysis.cpp     [all...]
  /external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
STLExtras.h 222 template <typename Inner>
223 static yes& test(Inner *I, decltype(I->rbegin()) * = nullptr);
265 /// An iterator adaptor that filters the elements of given inner iterators.
  /prebuilts/go/darwin-x86/src/reflect/
all_test.go 2586 type inner struct { type
    [all...]
  /prebuilts/go/linux-x86/src/reflect/
all_test.go 2586 type inner struct { type
    [all...]
  /external/clang/test/CXX/expr/expr.const/
p2-0x.cpp 510 struct Inner {
  /external/llvm/lib/Transforms/InstCombine/
InstCombineInternal.h 307 Instruction *FoldSPFofSPF(Instruction *Inner, SelectPatternFlavor SPF1,
  /external/clang/include/clang/ASTMatchers/
ASTMatchersInternal.h 624 template <typename Inner>
625 static yes& test(Inner *I, decltype(I->getDecl()) * = nullptr);
731 /// \brief If getDecl exists as a member of U, returns whether the inner
740 /// \brief Extracts the TagDecl of a QualType and returns whether the inner
767 /// and returns whether the inner matches on it.
776 /// the inner matcher matches on it.
783 /// inner matcher matches on it.
791 /// whether the inner matcher matches on it.
799 /// whether the inner matcher matches on it.
806 /// \brief Returns whether the inner matcher \c Node. Returns false if \c Nod
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/reflect/
FieldTest.java 50 class Inner{}
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/ASTMatchers/
ASTMatchersInternal.h 624 template <typename Inner>
625 static yes& test(Inner *I, decltype(I->getDecl()) * = nullptr);
731 /// \brief If getDecl exists as a member of U, returns whether the inner
740 /// \brief Extracts the TagDecl of a QualType and returns whether the inner
767 /// and returns whether the inner matches on it.
776 /// the inner matcher matches on it.
783 /// inner matcher matches on it.
791 /// inner matcher matches on it.
799 /// whether the inner matcher matches on it.
807 /// whether the inner matcher matches on it
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
STLExtras.h 228 template <typename Inner>
229 static yes& test(Inner *I, decltype(I->rbegin()) * = nullptr);
271 /// An iterator adaptor that filters the elements of given inner iterators.
382 // inner iterators have the same difference_type. It would fail if, for
426 "All inner iterators must be at least bidirectional.");
    [all...]

Completed in 1763 milliseconds

1 2 3 4 5 6 7 891011>>