HomeSort by relevance Sort by last modified time
    Searched refs:isDecl (Results 1 - 20 of 20) sorted by null

  /external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
PPCSubtarget.cpp 136 bool isDecl = GV->isDeclaration() && !GV->isMaterializable();
137 if (GV->hasHiddenVisibility() && !isDecl && !GV->hasCommonLinkage())
140 GV->hasCommonLinkage() || isDecl;
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMSubtarget.cpp 139 bool isDecl = GV->hasAvailableExternallyLinkage();
141 isDecl = true;
152 if (!isDecl && !GV->isWeakForLinker())
162 if (isDecl || GV->hasCommonLinkage())
170 if (!isDecl && !GV->isWeakForLinker())
  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86Subtarget.cpp 64 bool isDecl = GV->hasAvailableExternallyLinkage();
66 isDecl = true;
79 (isDecl || GV->isWeakForLinker()))
105 if (!isDecl && !GV->isWeakForLinker())
115 if (isDecl || GV->hasCommonLinkage()) {
129 if (!isDecl && !GV->isWeakForLinker())
  /prebuilts/go/darwin-x86/src/cmd/fix/
typecheck.go 302 // If isDecl is true, n is being declared.
303 set := func(n ast.Expr, typ string, isDecl bool) {
314 // The !isDecl case is a cheat here, but it makes
318 if id, ok := n.(*ast.Ident); ok && id.Obj != nil && (isDecl || typeof[id.Obj] == "") {
324 // If isDecl is true, this is := so we can update
326 typecheckAssign := func(lhs, rhs []ast.Expr, isDecl bool) {
332 set(lhs[i], t[i], isDecl)
349 set(x, typeof[y], isDecl)
  /prebuilts/go/linux-x86/src/cmd/fix/
typecheck.go 302 // If isDecl is true, n is being declared.
303 set := func(n ast.Expr, typ string, isDecl bool) {
314 // The !isDecl case is a cheat here, but it makes
318 if id, ok := n.(*ast.Ident); ok && id.Obj != nil && (isDecl || typeof[id.Obj] == "") {
324 // If isDecl is true, this is := so we can update
326 typecheckAssign := func(lhs, rhs []ast.Expr, isDecl bool) {
332 set(lhs[i], t[i], isDecl)
349 set(x, typeof[y], isDecl)
  /external/clang/include/clang/Serialization/
ASTWriter.h 155 bool isDecl() const { return !IsType; }
163 assert(isDecl() && "Not a decl!");
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Serialization/
ASTWriter.h 159 bool isDecl() const { return !IsType; }
167 assert(isDecl() && "Not a decl!");
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Serialization/
ASTWriter.h 159 bool isDecl() const { return !IsType; }
167 assert(isDecl() && "Not a decl!");
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Serialization/
ASTWriter.h 159 bool isDecl() const { return !IsType; }
167 assert(isDecl() && "Not a decl!");
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Serialization/
ASTWriter.h 159 bool isDecl() const { return !IsType; }
167 assert(isDecl() && "Not a decl!");
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Serialization/
ASTWriter.h 159 bool isDecl() const { return !IsType; }
167 assert(isDecl() && "Not a decl!");
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Serialization/
ASTWriter.h 159 bool isDecl() const { return !IsType; }
167 assert(isDecl() && "Not a decl!");
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Serialization/
ASTWriter.h 159 bool isDecl() const { return !IsType; }
167 assert(isDecl() && "Not a decl!");
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Serialization/
ASTWriter.h 159 bool isDecl() const { return !IsType; }
167 assert(isDecl() && "Not a decl!");
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Serialization/
ASTWriter.h 159 bool isDecl() const { return !IsType; }
167 assert(isDecl() && "Not a decl!");
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Serialization/
ASTWriter.h 159 bool isDecl() const { return !IsType; }
167 assert(isDecl() && "Not a decl!");
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Serialization/
ASTWriter.h 159 bool isDecl() const { return !IsType; }
167 assert(isDecl() && "Not a decl!");
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Serialization/
ASTWriter.h 159 bool isDecl() const { return !IsType; }
167 assert(isDecl() && "Not a decl!");
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Serialization/
ASTWriter.h 159 bool isDecl() const { return !IsType; }
167 assert(isDecl() && "Not a decl!");
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Serialization/
ASTWriter.h 159 bool isDecl() const { return !IsType; }
167 assert(isDecl() && "Not a decl!");
    [all...]

Completed in 201 milliseconds