HomeSort by relevance Sort by last modified time
    Searched refs:Scope (Results 1 - 25 of 1478) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/
AttrSpellingListIndex.inc 11 if (Name == "amdgpu_flat_work_group_size" && SyntaxUsed == 0 && Scope == "")
16 if (Name == "amdgpu_num_sgpr" && SyntaxUsed == 0 && Scope == "")
21 if (Name == "amdgpu_num_vgpr" && SyntaxUsed == 0 && Scope == "")
26 if (Name == "amdgpu_waves_per_eu" && SyntaxUsed == 0 && Scope == "")
31 if (Name == "interrupt" && SyntaxUsed == 0 && Scope == "")
36 if (Name == "signal" && SyntaxUsed == 0 && Scope == "")
41 if (Name == "abi_tag" && SyntaxUsed == 0 && Scope == "")
43 if (Name == "abi_tag" && SyntaxUsed == 1 && Scope == "gnu")
48 if (Name == "acquire_capability" && SyntaxUsed == 0 && Scope == "")
50 if (Name == "acquire_capability" && SyntaxUsed == 1 && Scope == "clang"
    [all...]
Scope.h 1 //===--- Scope.h - Scope interface ------------------------------*- C++ -*-===//
10 // This file defines the Scope interface.
35 /// Scope - A scope is a transient data structure that is used while parsing the
39 class Scope {
42 /// scope, which defines the sorts of things the scope contains.
44 /// \brief This indicates that the scope corresponds to a function, which
56 /// \brief This is a scope that can contain a declaration. Some scope
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/
AttrSpellingListIndex.inc 11 if (Name == "amdgpu_flat_work_group_size" && SyntaxUsed == 0 && Scope == "")
16 if (Name == "amdgpu_num_sgpr" && SyntaxUsed == 0 && Scope == "")
21 if (Name == "amdgpu_num_vgpr" && SyntaxUsed == 0 && Scope == "")
26 if (Name == "amdgpu_waves_per_eu" && SyntaxUsed == 0 && Scope == "")
31 if (Name == "interrupt" && SyntaxUsed == 0 && Scope == "")
36 if (Name == "signal" && SyntaxUsed == 0 && Scope == "")
41 if (Name == "abi_tag" && SyntaxUsed == 0 && Scope == "")
43 if (Name == "abi_tag" && SyntaxUsed == 1 && Scope == "gnu")
48 if (Name == "acquire_capability" && SyntaxUsed == 0 && Scope == "")
50 if (Name == "acquire_capability" && SyntaxUsed == 1 && Scope == "clang"
    [all...]
Scope.h 1 //===--- Scope.h - Scope interface ------------------------------*- C++ -*-===//
10 // This file defines the Scope interface.
35 /// Scope - A scope is a transient data structure that is used while parsing the
39 class Scope {
42 /// scope, which defines the sorts of things the scope contains.
44 /// \brief This indicates that the scope corresponds to a function, which
56 /// \brief This is a scope that can contain a declaration. Some scope
    [all...]
  /external/v8/src/parsing/
parameter-initializer-rewriter.h 14 class Scope;
16 // When an extra declaration scope needs to be inserted to account for
18 // needs to be in that new inner scope which was added after initial
21 // param_scope is the new inner scope, and its outer_scope() is assumed
22 // to be the function scope which was used during the initial parse.
24 Scope* param_scope);
  /external/clang/include/clang/Sema/
Scope.h 1 //===--- Scope.h - Scope interface ------------------------------*- C++ -*-===//
10 // This file defines the Scope interface.
35 /// Scope - A scope is a transient data structure that is used while parsing the
39 class Scope {
42 /// scope, which defines the sorts of things the scope contains.
44 /// \brief This indicates that the scope corresponds to a function, which
56 /// \brief This is a scope that can contain a declaration. Some scope
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Sema/
Scope.h 1 //===--- Scope.h - Scope interface ------------------------------*- C++ -*-===//
10 // This file defines the Scope interface.
35 /// Scope - A scope is a transient data structure that is used while parsing the
39 class Scope {
42 /// scope, which defines the sorts of things the scope contains.
44 /// \brief This indicates that the scope corresponds to a function, which
56 /// \brief This is a scope that can contain a declaration. Some scope
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Sema/
Scope.h 1 //===--- Scope.h - Scope interface ------------------------------*- C++ -*-===//
10 // This file defines the Scope interface.
35 /// Scope - A scope is a transient data structure that is used while parsing the
39 class Scope {
42 /// scope, which defines the sorts of things the scope contains.
44 /// \brief This indicates that the scope corresponds to a function, which
56 /// \brief This is a scope that can contain a declaration. Some scope
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Sema/
Scope.h 1 //===--- Scope.h - Scope interface ------------------------------*- C++ -*-===//
10 // This file defines the Scope interface.
35 /// Scope - A scope is a transient data structure that is used while parsing the
39 class Scope {
42 /// scope, which defines the sorts of things the scope contains.
44 /// \brief This indicates that the scope corresponds to a function, which
56 /// \brief This is a scope that can contain a declaration. Some scope
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Sema/
Scope.h 1 //===--- Scope.h - Scope interface ------------------------------*- C++ -*-===//
10 // This file defines the Scope interface.
35 /// Scope - A scope is a transient data structure that is used while parsing the
39 class Scope {
42 /// scope, which defines the sorts of things the scope contains.
44 /// \brief This indicates that the scope corresponds to a function, which
56 /// \brief This is a scope that can contain a declaration. Some scope
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Sema/
Scope.h 1 //===--- Scope.h - Scope interface ------------------------------*- C++ -*-===//
10 // This file defines the Scope interface.
35 /// Scope - A scope is a transient data structure that is used while parsing the
39 class Scope {
42 /// scope, which defines the sorts of things the scope contains.
44 /// \brief This indicates that the scope corresponds to a function, which
56 /// \brief This is a scope that can contain a declaration. Some scope
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Sema/
Scope.h 1 //===--- Scope.h - Scope interface ------------------------------*- C++ -*-===//
10 // This file defines the Scope interface.
35 /// Scope - A scope is a transient data structure that is used while parsing the
39 class Scope {
42 /// scope, which defines the sorts of things the scope contains.
44 /// \brief This indicates that the scope corresponds to a function, which
56 /// \brief This is a scope that can contain a declaration. Some scope
    [all...]
  /external/dagger2/compiler/src/it/functional-tests/src/main/java/test/builder/
MiddleScope.java 19 import javax.inject.Scope;
23 @Scope
  /external/dagger2/examples/android-activity-graphs/src/main/java/com/example/dagger/activitygraphs/
PerActivity.java 19 import javax.inject.Scope;
28 @Scope
  /system/tools/hidl/
Scope.cpp 17 #include "Scope.h"
27 Scope::Scope(const char* localName, const Location& location, Scope* parent)
29 Scope::~Scope(){}
31 bool Scope::addType(NamedType *type, std::string *errorMsg) {
39 (*errorMsg) += "' is already declared in the current scope.";
51 NamedType *Scope::lookupType(const FQName &fqName) const {
70 // more than one names, but the first name is not a scope
    [all...]
Scope.h 32 struct Scope : public NamedType {
33 Scope(const char* localName, const Location& location, Scope* parent);
34 virtual ~Scope();
77 DISALLOW_COPY_AND_ASSIGN(Scope);
80 struct RootScope : public Scope {
81 RootScope(const char* localName, const Location& location, Scope* parent);
  /device/linaro/bootloader/edk2/QuarkPlatformPkg/Acpi/AcpiTables/CpuPm/
CpuPm.asl 28 Scope(\)
67 Scope(\_PR.CPU0)
  /external/llvm/lib/CodeGen/
LexicalScopes.cpp 1 //===- LexicalScopes.cpp - Collecting lexical scope info ------------------===//
12 // This pass collects lexical scope information and maps machine instructions
39 /// initialize - Scan machine function and constuct lexical scope nest.
71 // If scope has not changed then skip this instruction.
83 // current instruction scope does not match scope of first instruction
107 /// findLexicalScope - Find lexical scope, either regular or inlined, for the
110 DILocalScope *Scope = DL->getScope();
111 if (!Scope)
114 // The scope that we were created with could have an extra file - whic
    [all...]
  /external/dagger2/compiler/src/main/java/dagger/internal/codegen/
Scope.java 33 * A representation of the scope (or lack of it) associated with a component, providing method
36 final class Scope {
41 private static final Scope UNSCOPED = new Scope();
44 * The underlying {@link AnnotationMirror} that represents the scope annotation.
49 private Scope(@Nullable AnnotationMirror annotationMirror) {
53 private Scope() {
60 static Scope unscoped() {
66 * of that scope, otherwise returns a representation for an unscoped binding.
68 static Scope scopeOf(Element element)
    [all...]
  /device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/AcpiTablesPCAT/
CPU.asl 24 // NOTE: The _PDC Implementation is out of the scope of this
28 Scope(\_PR)
  /external/guice/core/src/com/google/inject/binder/
ScopedBindingBuilder.java 19 import com.google.inject.Scope;
38 void in(Scope scope);
  /external/guice/core/src/com/google/inject/spi/
BindingScopingVisitor.java 19 import com.google.inject.Scope;
24 * Visits each of the strategies used to scope an injection.
33 * Visit an eager singleton or single instance. This scope strategy is found on both module and
39 * Visit a scope instance. This scope strategy is found on both module and injector bindings.
41 V visitScope(Scope scope);
44 * Visit a scope annotation. This scope strategy is found only on module bindings. The instance
45 * that implements this scope is registered by {@link com.google.inject.Binder#bindScope(Class
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
LexicalScopes.cpp 1 //===- LexicalScopes.cpp - Collecting lexical scope info ------------------===//
12 // This pass collects lexical scope information and maps machine instructions
42 /// initialize - Scan machine function and constuct lexical scope nest.
78 // If scope has not changed then skip this instruction.
90 // current instruction scope does not match scope of first instruction
114 /// findLexicalScope - Find lexical scope, either regular or inlined, for the
117 MDNode *Scope = NULL;
119 DL.getScopeAndInlinedAt(Scope, IA, MF->getFunction()->getContext());
120 if (!Scope) return NULL
    [all...]
  /system/tools/hidl/c2hal/
Scope.h 32 struct Scope {
33 Scope() {}
34 ~Scope() {}
44 DISALLOW_COPY_AND_ASSIGN(Scope);
48 void Scope<T>::enter(std::string name, T item) {
52 LOG(WARNING) << "Redeclaring variable in scope: " << name;
60 void Scope<T>::leave(std::string name) {
64 LOG(WARNING) << "Tried to undefined already undefined value in scope: " << name;
72 T Scope<T>::lookup(std::string name) const {
  /libcore/json/src/main/java/org/json/
JSONStringer.java 71 enum Scope {
114 private final List<Scope> stack = new ArrayList<Scope>();
139 return open(Scope.EMPTY_ARRAY, "[");
148 return close(Scope.EMPTY_ARRAY, Scope.NONEMPTY_ARRAY, "]");
158 return open(Scope.EMPTY_OBJECT, "{");
167 return close(Scope.EMPTY_OBJECT, Scope.NONEMPTY_OBJECT, "}");
171 * Enters a new scope by appending any necessary whitespace and the give
    [all...]

Completed in 603 milliseconds

1 2 3 4 5 6 7 8 91011>>