HomeSort by relevance Sort by last modified time
    Searched refs:Sel (Results 226 - 250 of 295) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/ASTMatchers/
ASTMatchers.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/ASTMatchers/
ASTMatchers.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/ASTMatchers/
ASTMatchers.h     [all...]
  /prebuilts/go/darwin-x86/src/cmd/cgo/
ast.go 182 sel := (*n).(*ast.SelectorExpr)
188 if l, ok := sel.X.(*ast.Ident); !ok || l.Name != "C" {
195 error_(sel.Pos(), "cannot embed C type")
197 goname := sel.Sel.Name
199 error_(sel.Pos(), "cannot refer to errno directly; see documentation")
203 error_(sel.Pos(), "cannot refer to C._CMalloc; use C.malloc")
225 sel, ok := call.Fun.(*ast.SelectorExpr)
229 if l, ok := sel.X.(*ast.Ident); !ok || l.Name != "C" {
gcc.go 603 goname := call.Call.Fun.(*ast.SelectorExpr).Sel.Name
871 name := f.Name[t.Sel.Name]
948 if id.Name == "unsafe" && t.Sel.Name == "Pointer" {
951 if id.Name == "C" && typedef["_Ctype_"+t.Sel.Name] != nil {
    [all...]
  /prebuilts/go/darwin-x86/src/go/ast/
filter.go 69 return t.Sel
ast.go 283 Sel *Ident // field selector
467 func (x *SelectorExpr) End() token.Pos { return x.Sel.End() }
  /prebuilts/go/linux-x86/src/cmd/cgo/
ast.go 182 sel := (*n).(*ast.SelectorExpr)
188 if l, ok := sel.X.(*ast.Ident); !ok || l.Name != "C" {
195 error_(sel.Pos(), "cannot embed C type")
197 goname := sel.Sel.Name
199 error_(sel.Pos(), "cannot refer to errno directly; see documentation")
203 error_(sel.Pos(), "cannot refer to C._CMalloc; use C.malloc")
225 sel, ok := call.Fun.(*ast.SelectorExpr)
229 if l, ok := sel.X.(*ast.Ident); !ok || l.Name != "C" {
  /prebuilts/go/linux-x86/src/go/ast/
filter.go 69 return t.Sel
ast.go 283 Sel *Ident // field selector
467 func (x *SelectorExpr) End() token.Pos { return x.Sel.End() }
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CallEvent.h 901 Selector Sel) const;
    [all...]
  /external/clang/lib/CodeGen/
CGObjC.cpp 67 Selector Sel = BoxingMethod->getSelector();
107 *this, ReturnValueSlot(), BoxingMethod->getReturnType(), Sel, Receiver,
199 Selector Sel = MethodWithObjects->getSelector();
210 *this, ReturnValueSlot(), MethodWithObjects->getReturnType(), Sel,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CallEvent.h 903 Selector Sel) const;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CallEvent.h 903 Selector Sel) const;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CallEvent.h 903 Selector Sel) const;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CallEvent.h 903 Selector Sel) const;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CallEvent.h 903 Selector Sel) const;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CallEvent.h 903 Selector Sel) const;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CallEvent.h 903 Selector Sel) const;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CallEvent.h 903 Selector Sel) const;
    [all...]
  /external/clang/lib/Sema/
SemaDeclCXX.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [all...]
  /external/llvm/lib/Transforms/Utils/
SimplifyLibCalls.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
SimplifyLibCalls.cpp 883 Value *Sel = B.CreateSelect(FCmp, Inf, FAbs);
884 return Sel;
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/syntax/
printer.go 371 p.print(n.X, _Dot, n.Sel)

Completed in 473 milliseconds

1 2 3 4 5 6 7 8 91011>>