HomeSort by relevance Sort by last modified time
    Searched defs:hasAttributes (Results 1 - 25 of 134) sorted by null

1 2 3 4 5 6

  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/IR/
GlobalVariable.h 202 bool hasAttributes() const {
203 return Attrs.hasAttributes();
225 if (!hasAttributes())
Attributes.h 261 bool hasAttributes() const { return SetNode != nullptr; }
536 bool hasAttributes(unsigned Index) const;
550 return hasAttributes(ArgNo + FirstArgIndex);
740 bool hasAttributes() const;
744 bool hasAttributes(AttributeList A, uint64_t Index) const;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/IR/
GlobalVariable.h 202 bool hasAttributes() const {
203 return Attrs.hasAttributes();
225 if (!hasAttributes())
Attributes.h 261 bool hasAttributes() const { return SetNode != nullptr; }
536 bool hasAttributes(unsigned Index) const;
550 return hasAttributes(ArgNo + FirstArgIndex);
740 bool hasAttributes() const;
744 bool hasAttributes(AttributeList A, uint64_t Index) const;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/IR/
GlobalVariable.h 202 bool hasAttributes() const {
203 return Attrs.hasAttributes();
225 if (!hasAttributes())
Attributes.h 261 bool hasAttributes() const { return SetNode != nullptr; }
536 bool hasAttributes(unsigned Index) const;
550 return hasAttributes(ArgNo + FirstArgIndex);
741 bool hasAttributes() const;
745 bool hasAttributes(AttributeList A, uint64_t Index) const;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/IR/
GlobalVariable.h 202 bool hasAttributes() const {
203 return Attrs.hasAttributes();
225 if (!hasAttributes())
Attributes.h 261 bool hasAttributes() const { return SetNode != nullptr; }
536 bool hasAttributes(unsigned Index) const;
550 return hasAttributes(ArgNo + FirstArgIndex);
741 bool hasAttributes() const;
745 bool hasAttributes(AttributeList A, uint64_t Index) const;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/IR/
GlobalVariable.h 202 bool hasAttributes() const {
203 return Attrs.hasAttributes();
225 if (!hasAttributes())
Attributes.h 261 bool hasAttributes() const { return SetNode != nullptr; }
536 bool hasAttributes(unsigned Index) const;
550 return hasAttributes(ArgNo + FirstArgIndex);
741 bool hasAttributes() const;
745 bool hasAttributes(AttributeList A, uint64_t Index) const;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/IR/
GlobalVariable.h 202 bool hasAttributes() const {
203 return Attrs.hasAttributes();
225 if (!hasAttributes())
Attributes.h 261 bool hasAttributes() const { return SetNode != nullptr; }
536 bool hasAttributes(unsigned Index) const;
550 return hasAttributes(ArgNo + FirstArgIndex);
741 bool hasAttributes() const;
745 bool hasAttributes(AttributeList A, uint64_t Index) const;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/IR/
GlobalVariable.h 202 bool hasAttributes() const {
203 return Attrs.hasAttributes();
225 if (!hasAttributes())
Attributes.h 261 bool hasAttributes() const { return SetNode != nullptr; }
536 bool hasAttributes(unsigned Index) const;
550 return hasAttributes(ArgNo + FirstArgIndex);
740 bool hasAttributes() const;
744 bool hasAttributes(AttributeList A, uint64_t Index) const;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/IR/
GlobalVariable.h 202 bool hasAttributes() const {
203 return Attrs.hasAttributes();
225 if (!hasAttributes())
Attributes.h 261 bool hasAttributes() const { return SetNode != nullptr; }
536 bool hasAttributes(unsigned Index) const;
550 return hasAttributes(ArgNo + FirstArgIndex);
740 bool hasAttributes() const;
744 bool hasAttributes(AttributeList A, uint64_t Index) const;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/IR/
GlobalVariable.h 202 bool hasAttributes() const {
203 return Attrs.hasAttributes();
225 if (!hasAttributes())
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/IR/
GlobalVariable.h 202 bool hasAttributes() const {
203 return Attrs.hasAttributes();
225 if (!hasAttributes())
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/IR/
GlobalVariable.h 202 bool hasAttributes() const {
203 return Attrs.hasAttributes();
225 if (!hasAttributes())
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/IR/
GlobalVariable.h 202 bool hasAttributes() const {
203 return Attrs.hasAttributes();
225 if (!hasAttributes())
  /external/llvm/lib/IR/
AttributeImpl.h 187 bool hasAttributes() const { return NumAttrs != 0; }
  /libcore/luni/src/main/java/org/apache/harmony/xml/dom/
ElementImpl.java 212 public boolean hasAttributes() {
  /libcore/luni/src/main/java/org/w3c/dom/
Node.java 569 public boolean hasAttributes();
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
Attributes.h 232 bool hasAttributes() const { return SetNode != nullptr; }
439 bool hasAttributes(unsigned Index) const;
608 bool hasAttributes() const;
612 bool hasAttributes(AttributeList A, uint64_t Index) const;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
Attributes.h 232 bool hasAttributes() const { return SetNode != nullptr; }
439 bool hasAttributes(unsigned Index) const;
608 bool hasAttributes() const;
612 bool hasAttributes(AttributeList A, uint64_t Index) const;

Completed in 458 milliseconds

1 2 3 4 5 6