HomeSort by relevance Sort by last modified time
    Searched refs:Right (Results 76 - 100 of 428) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/llvm/unittests/Transforms/Utils/
MemorySSA.cpp 77 BasicBlock *Right(BasicBlock::Create(C, "", F));
80 B.CreateCondBr(B.getTrue(), Left, Right);
85 BranchInst::Create(Merge, Right);
99 MP->addIncoming(MSSA.getLiveOnEntryDef(), Right);
118 BasicBlock *Right(BasicBlock::Create(C, "", F));
121 B.CreateCondBr(B.getTrue(), Left, Right);
126 BranchInst::Create(Merge, Right);
161 BasicBlock *Right(BasicBlock::Create(C, "", F));
164 B.CreateCondBr(B.getTrue(), Left, Right);
169 BranchInst::Create(Merge, Right);
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
typecheck.go 233 return callrecv(n.Left) || callrecv(n.Right) || callrecvlist(n.Ninit) || callrecvlist(n.Nbody) || callrecvlist(n.List) || callrecvlist(n.Rlist)
339 r := typecheck(n.Right, Etype)
393 n.Right = nil
401 n.Right = typecheck(n.Right, Etype)
403 r := n.Right
418 n.Right = nil
529 n.Right = typecheck(n.Right, Erv)
531 r = n.Right
    [all...]
sinit.go 42 init1(n.Right, out)
118 if isblank(defn.Left) && candiscard(defn.Right) {
121 defn.Right = nil
125 init2(defn.Right, out)
210 init2(n.Right, out)
265 r := n.Name.Defn.Right
289 r = r.Name.Defn.Right
335 gdata(&n, r.Right, Widthptr)
337 gdata(&n, r.Right, Widthptr)
428 bound := r.Right.Int64(
    [all...]
range.go 42 n.Right = typecheck(n.Right, Erv)
44 t := n.Right.Type
65 yyerrorl(n.Pos, "cannot range over %L", n.Right)
78 yyerrorl(n.Pos, "invalid operation: range %v (receive from send-only type %v)", n.Right, n.Right.Type)
166 a := n.Right
168 n.Right = nil
222 n.Right = nod(OAS, hv1, nod(OADD, hv1, nodintconst(1)))
281 tmp.Right.Type = types.Types[types.Tptr
    [all...]
walk.go 241 n.Right = walkstmt(n.Right)
268 n.Right = walkstmt(n.Right)
362 r := n.Right
513 n.Right = walkexpr(n.Right, init)
522 n.Right = typename(n.Type)
524 n.Right.Right = typename(n.Left.Type
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
typecheck.go 233 return callrecv(n.Left) || callrecv(n.Right) || callrecvlist(n.Ninit) || callrecvlist(n.Nbody) || callrecvlist(n.List) || callrecvlist(n.Rlist)
339 r := typecheck(n.Right, Etype)
393 n.Right = nil
401 n.Right = typecheck(n.Right, Etype)
403 r := n.Right
418 n.Right = nil
529 n.Right = typecheck(n.Right, Erv)
531 r = n.Right
    [all...]
sinit.go 42 init1(n.Right, out)
118 if isblank(defn.Left) && candiscard(defn.Right) {
121 defn.Right = nil
125 init2(defn.Right, out)
210 init2(n.Right, out)
265 r := n.Name.Defn.Right
289 r = r.Name.Defn.Right
335 gdata(&n, r.Right, Widthptr)
337 gdata(&n, r.Right, Widthptr)
428 bound := r.Right.Int64(
    [all...]
range.go 42 n.Right = typecheck(n.Right, Erv)
44 t := n.Right.Type
65 yyerrorl(n.Pos, "cannot range over %L", n.Right)
78 yyerrorl(n.Pos, "invalid operation: range %v (receive from send-only type %v)", n.Right, n.Right.Type)
166 a := n.Right
168 n.Right = nil
222 n.Right = nod(OAS, hv1, nod(OADD, hv1, nodintconst(1)))
281 tmp.Right.Type = types.Types[types.Tptr
    [all...]
walk.go 241 n.Right = walkstmt(n.Right)
268 n.Right = walkstmt(n.Right)
362 r := n.Right
513 n.Right = walkexpr(n.Right, init)
522 n.Right = typename(n.Type)
524 n.Right.Right = typename(n.Left.Type
    [all...]
  /external/clang/lib/Format/
TokenAnnotator.h 156 const FormatToken &Right);
160 bool mustBreakBefore(const AnnotatedLine &Line, const FormatToken &Right);
162 bool canBreakBefore(const AnnotatedLine &Line, const FormatToken &Right);
  /external/pdfium/core/fxcrt/css/
cfx_css.h 40 Right,
87 Right,
152 Right,
221 right(eUnit, val),
227 right.Set(eUnit);
234 right.Set(eUnit, fValue);
239 CFX_CSSLength left, top, right, bottom; member in class:CFX_CSSRect
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-mmix/
pushjs3r.d 13 # able to pass through unexpanded. Right now, we just check that they can
pushjs4r.d 12 # able to pass through unexpanded. Right now, we just check that they can
  /external/jline/src/src/main/native/
jline_WindowsTerminal.c 47 return info->srWindow.Right - info->srWindow.Left+1;
  /external/llvm/tools/llvm-diff/
DiffConsumer.h 35 /// Right are IR "containers" of some sort which are being
38 virtual void enterContext(Value *Left, Value *Right) = 0;
  /external/swiftshader/third_party/LLVM/tools/llvm-diff/
DiffConsumer.h 34 /// Right are IR "containers" of some sort which are being
37 virtual void enterContext(Value *Left, Value *Right) = 0;
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
FormatCommon.h 18 enum class AlignStyle { Left, Center, Right };
  /frameworks/base/core/tests/coretests/src/android/widget/listview/
ListHorizontalFocusWithinItemWins.java 56 context, desiredHeight, Slot.Left, Slot.Right);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
FormatCommon.h 18 enum class AlignStyle { Left, Center, Right };
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Support/
FormatCommon.h 18 enum class AlignStyle { Left, Center, Right };
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Support/
FormatCommon.h 18 enum class AlignStyle { Left, Center, Right };
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/
FormatCommon.h 18 enum class AlignStyle { Left, Center, Right };
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/
FormatCommon.h 18 enum class AlignStyle { Left, Center, Right };
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Support/
FormatCommon.h 18 enum class AlignStyle { Left, Center, Right };
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Support/
FormatCommon.h 18 enum class AlignStyle { Left, Center, Right };

Completed in 785 milliseconds

1 2 34 5 6 7 8 91011>>