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

1 2 3 4 5 6 78 91011>>

  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Support/
FormatVariadic.h 60 AlignStyle Where = AlignStyle::Right;
199 // '+' : The field is right aligned within the available space (this
206 // as appropriate on the left and/or right by `char`.
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Support/
FormatVariadic.h 60 AlignStyle Where = AlignStyle::Right;
199 // '+' : The field is right aligned within the available space (this
206 // as appropriate on the left and/or right by `char`.
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
esc.go 127 min = v.visitcode(n.Right, min)
295 where *Node // sometimes the endpoints don't match source locations; set 'where' to make that right
629 e.escloopdepth(n.Right)
685 // ORANGE node's Right is evaluated before the loop
689 e.esc(n.Right, n)
740 !(n.Right.Type.IsPtr() && eqtype(n.Right.Type.Elem(), n.Type)) {
741 e.escassignWhyWhere(n.List.Second(), n.Right, "range", n)
743 e.escassignDereference(n.List.Second(), n.Right, e.stepAssignWhere(n.List.Second(), n.Right, "range-deref", n)
    [all...]
closure.go 39 a := nod(ODCLFIELD, name, n1.Right)
51 ntype.Rlist.Append(nod(ODCLFIELD, name, n2.Right))
501 clos.Right.SetImplicit(true)
519 clos.Left.Right = x
538 fn.Right = newname(sym)
694 clos.Right.SetImplicit(true)
713 clos.Left.Right = x
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
esc.go 127 min = v.visitcode(n.Right, min)
295 where *Node // sometimes the endpoints don't match source locations; set 'where' to make that right
629 e.escloopdepth(n.Right)
685 // ORANGE node's Right is evaluated before the loop
689 e.esc(n.Right, n)
740 !(n.Right.Type.IsPtr() && eqtype(n.Right.Type.Elem(), n.Type)) {
741 e.escassignWhyWhere(n.List.Second(), n.Right, "range", n)
743 e.escassignDereference(n.List.Second(), n.Right, e.stepAssignWhere(n.List.Second(), n.Right, "range-deref", n)
    [all...]
closure.go 39 a := nod(ODCLFIELD, name, n1.Right)
51 ntype.Rlist.Append(nod(ODCLFIELD, name, n2.Right))
501 clos.Right.SetImplicit(true)
519 clos.Left.Right = x
538 fn.Right = newname(sym)
694 clos.Right.SetImplicit(true)
713 clos.Left.Right = x
  /external/harfbuzz_ng/src/
hb-ot-shape-complex-use-machine.rl 81 VPst = 35; # VOWEL_POST UIPC = Right
  /external/llvm/include/llvm/IR/
InstrTypes.h 212 inline Self &operator+=(int Right) {
213 unsigned new_idx = idx + Right;
219 inline Self operator+(int Right) const {
221 tmp += Right;
225 inline Self &operator-=(int Right) { return operator+=(-Right); }
227 inline Self operator-(int Right) const { return operator+(-Right); }
353 /// into a BasicBlock right before the specified instruction. The specified
    [all...]
  /external/pdfium/xfa/fxfa/parser/
cxfa_nodehelper.cpp 320 wsName = wsName.Right(wsName.GetLength() - 1);
326 wsName = wsName.Right(wsName.GetLength() - 1);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
InstrTypes.h 226 inline Self &operator+=(int Right) {
227 unsigned new_idx = idx + Right;
233 inline Self operator+(int Right) const {
235 tmp += Right;
239 inline Self &operator-=(int Right) { return operator+=(-Right); }
241 inline Self operator-(int Right) const { return operator+(-Right); }
367 /// into a BasicBlock right before the specified instruction. The specified
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/IR/
InstrTypes.h 213 inline Self &operator+=(int Right) {
214 unsigned new_idx = idx + Right;
220 inline Self operator+(int Right) const {
222 tmp += Right;
226 inline Self &operator-=(int Right) { return operator+=(-Right); }
228 inline Self operator-(int Right) const { return operator+(-Right); }
349 /// into a BasicBlock right before the specified instruction. The specified
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/IR/
InstrTypes.h 213 inline Self &operator+=(int Right) {
214 unsigned new_idx = idx + Right;
220 inline Self operator+(int Right) const {
222 tmp += Right;
226 inline Self &operator-=(int Right) { return operator+=(-Right); }
228 inline Self operator-(int Right) const { return operator+(-Right); }
349 /// into a BasicBlock right before the specified instruction. The specified
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/IR/
InstrTypes.h 213 inline Self &operator+=(int Right) {
214 unsigned new_idx = idx + Right;
220 inline Self operator+(int Right) const {
222 tmp += Right;
226 inline Self &operator-=(int Right) { return operator+=(-Right); }
228 inline Self operator-(int Right) const { return operator+(-Right); }
349 /// into a BasicBlock right before the specified instruction. The specified
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/IR/
InstrTypes.h 213 inline Self &operator+=(int Right) {
214 unsigned new_idx = idx + Right;
220 inline Self operator+(int Right) const {
222 tmp += Right;
226 inline Self &operator-=(int Right) { return operator+=(-Right); }
228 inline Self operator-(int Right) const { return operator+(-Right); }
349 /// into a BasicBlock right before the specified instruction. The specified
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/IR/
InstrTypes.h 213 inline Self &operator+=(int Right) {
214 unsigned new_idx = idx + Right;
220 inline Self operator+(int Right) const {
222 tmp += Right;
226 inline Self &operator-=(int Right) { return operator+=(-Right); }
228 inline Self operator-(int Right) const { return operator+(-Right); }
349 /// into a BasicBlock right before the specified instruction. The specified
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/IR/
InstrTypes.h 213 inline Self &operator+=(int Right) {
214 unsigned new_idx = idx + Right;
220 inline Self operator+(int Right) const {
222 tmp += Right;
226 inline Self &operator-=(int Right) { return operator+=(-Right); }
228 inline Self operator-(int Right) const { return operator+(-Right); }
349 /// into a BasicBlock right before the specified instruction. The specified
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
InstrTypes.h 226 inline Self &operator+=(int Right) {
227 unsigned new_idx = idx + Right;
233 inline Self operator+(int Right) const {
235 tmp += Right;
239 inline Self &operator-=(int Right) { return operator+=(-Right); }
241 inline Self operator-(int Right) const { return operator+(-Right); }
367 /// into a BasicBlock right before the specified instruction. The specified
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/IR/
InstrTypes.h 213 inline Self &operator+=(int Right) {
214 unsigned new_idx = idx + Right;
220 inline Self operator+(int Right) const {
222 tmp += Right;
226 inline Self &operator-=(int Right) { return operator+=(-Right); }
228 inline Self operator-(int Right) const { return operator+(-Right); }
349 /// into a BasicBlock right before the specified instruction. The specified
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/IR/
InstrTypes.h 213 inline Self &operator+=(int Right) {
214 unsigned new_idx = idx + Right;
220 inline Self operator+(int Right) const {
222 tmp += Right;
226 inline Self &operator-=(int Right) { return operator+=(-Right); }
228 inline Self operator-(int Right) const { return operator+(-Right); }
349 /// into a BasicBlock right before the specified instruction. The specified
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/IR/
InstrTypes.h 213 inline Self &operator+=(int Right) {
214 unsigned new_idx = idx + Right;
220 inline Self operator+(int Right) const {
222 tmp += Right;
226 inline Self &operator-=(int Right) { return operator+=(-Right); }
228 inline Self operator-(int Right) const { return operator+(-Right); }
349 /// into a BasicBlock right before the specified instruction. The specified
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/IR/
InstrTypes.h 213 inline Self &operator+=(int Right) {
214 unsigned new_idx = idx + Right;
220 inline Self operator+(int Right) const {
222 tmp += Right;
226 inline Self &operator-=(int Right) { return operator+=(-Right); }
228 inline Self operator-(int Right) const { return operator+(-Right); }
349 /// into a BasicBlock right before the specified instruction. The specified
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/IR/
InstrTypes.h 213 inline Self &operator+=(int Right) {
214 unsigned new_idx = idx + Right;
220 inline Self operator+(int Right) const {
222 tmp += Right;
226 inline Self &operator-=(int Right) { return operator+=(-Right); }
228 inline Self operator-(int Right) const { return operator+(-Right); }
349 /// into a BasicBlock right before the specified instruction. The specified
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/IR/
InstrTypes.h 213 inline Self &operator+=(int Right) {
214 unsigned new_idx = idx + Right;
220 inline Self operator+(int Right) const {
222 tmp += Right;
226 inline Self &operator-=(int Right) { return operator+=(-Right); }
228 inline Self operator-(int Right) const { return operator+(-Right); }
349 /// into a BasicBlock right before the specified instruction. The specified
    [all...]
  /external/clang/lib/Frontend/
VerifyDiagnosticConsumer.cpp 695 DiagList Right(d2_begin, d2_end);
703 for (II = Right.begin(), IE = Right.end(); II != IE; ++II) {
723 Right.erase(II);
727 // Now all that's left in Right are those that were not matched.
730 num += PrintUnexpected(Diags, &SourceMgr, Right.begin(), Right.end(), Label);
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/UefiBootManagerLib/
BmBoot.c 136 FV address may change across reboot. This routine promises the FV file device path is right.
    [all...]

Completed in 1080 milliseconds

1 2 3 4 5 6 78 91011>>