/external/llvm-project/clang/lib/AST/Interp/ |
D | InterpBlock.h | 41 bool IsStatic = false, bool IsExtern = false) 42 : DeclID(DeclID), IsStatic(IsStatic), IsExtern(IsExtern), Desc(Desc) {} in DeclID() 44 Block(Descriptor *Desc, bool IsStatic = false, bool IsExtern = false) 45 : DeclID((unsigned)-1), IsStatic(IsStatic), IsExtern(IsExtern), 55 bool isStatic() const { return IsStatic; } in isStatic() 83 Block(Descriptor *Desc, bool IsExtern, bool IsStatic, bool IsDead) in Block() argument 84 : IsStatic(IsStatic), IsExtern(IsExtern), IsDead(true), Desc(Desc) {} in Block() 99 bool IsStatic = false; variable
|
D | InterpBlock.cpp | 22 if (IsStatic) in addPointer() 32 if (IsStatic) in removePointer() 48 if (IsStatic) in movePointer() 64 : Root(Root), B(Blk->Desc, Blk->IsStatic, Blk->IsExtern, /*isDead=*/true) { in DeadBlock()
|
D | Program.cpp | 142 bool IsStatic, IsExtern; in createGlobal() local 144 IsStatic = !Var->hasLocalStorage(); in createGlobal() 147 IsStatic = false; in createGlobal() 150 if (auto Idx = createGlobal(VD, VD->getType(), IsStatic, IsExtern)) { in createGlobal() 163 bool IsStatic, bool IsExtern) { in createGlobal() argument 180 Global(getCurrentDecl(), Desc, IsStatic, IsExtern); in createGlobal()
|
D | Pointer.cpp | 139 if (Pointee->IsStatic) in isInitialized() 158 if (!Pointee->IsStatic) { in initialize()
|
D | Program.h | 134 bool IsStatic, bool IsExtern);
|
/external/llvm-project/clang/lib/Driver/ToolChains/ |
D | NaCl.cpp | 59 const bool IsStatic = in ConstructJob() local 85 if (!IsStatic) in ConstructJob() 101 if (IsStatic) in ConstructJob() 114 if (IsStatic) in ConstructJob() 137 Args.hasArg(options::OPT_static_libstdcxx) && !IsStatic; in ConstructJob() 168 if (IsStatic) in ConstructJob()
|
D | Hexagon.cpp | 213 bool IsStatic = Args.hasArg(options::OPT_static); in constructHexagonLinkArgs() local 223 bool UseShared = IsShared && !IsStatic; in constructHexagonLinkArgs() 258 if (IsStatic) in constructHexagonLinkArgs()
|
D | Gnu.cpp | 394 const bool IsStatic = getStatic(Args); in ConstructJob() local 467 if (IsStatic) { in ConstructJob() 477 if (!IsStatic) { in ConstructJob() 528 if (IsStatic) in ConstructJob() 584 if (IsStatic || IsStaticPIE) in ConstructJob() 624 if (IsStatic || IsStaticPIE) in ConstructJob()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
D | ELFEmitter.cpp | 566 bool IsStatic = STType == SymtabType::Static; in initSymtabSectionHeader() local 568 if (IsStatic && Doc.Symbols) in initSymtabSectionHeader() 570 else if (!IsStatic && Doc.DynamicSymbols) in initSymtabSectionHeader() 577 (IsStatic && Doc.Symbols) || (!IsStatic && Doc.DynamicSymbols); in initSymtabSectionHeader() 579 StringRef Property = (IsStatic ? "`Symbols`" : "`DynamicSymbols`"); in initSymtabSectionHeader() 591 SHeader.sh_name = DotShStrtab.getOffset(IsStatic ? ".symtab" : ".dynsym"); in initSymtabSectionHeader() 596 SHeader.sh_type = IsStatic ? ELF::SHT_SYMTAB : ELF::SHT_DYNSYM; in initSymtabSectionHeader() 608 if (IsStatic) in initSymtabSectionHeader() 617 else if (!IsStatic) in initSymtabSectionHeader() 638 toELFSymbols(Symbols, IsStatic ? DotStrtab : DotDynstr); in initSymtabSectionHeader()
|
/external/llvm-project/llvm/lib/Demangle/ |
D | MicrosoftDemangleNodes.cpp | 588 bool IsStatic = true; in output() local 600 IsStatic = false; in output() 605 if (!(Flags & OF_NoMemberType) && IsStatic) in output()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Demangle/ |
D | MicrosoftDemangleNodes.cpp | 588 bool IsStatic = true; in output() local 600 IsStatic = false; in output() 605 if (!(Flags & OF_NoMemberType) && IsStatic) in output()
|
/external/llvm-project/llvm/lib/ObjectYAML/ |
D | ELFEmitter.cpp | 854 bool IsStatic = STType == SymtabType::Static; in initSymtabSectionHeader() local 856 if (IsStatic && Doc.Symbols) in initSymtabSectionHeader() 858 else if (!IsStatic && Doc.DynamicSymbols) in initSymtabSectionHeader() 865 (IsStatic && Doc.Symbols) || (!IsStatic && Doc.DynamicSymbols); in initSymtabSectionHeader() 867 StringRef Property = (IsStatic ? "`Symbols`" : "`DynamicSymbols`"); in initSymtabSectionHeader() 879 SHeader.sh_name = getSectionNameOffset(IsStatic ? ".symtab" : ".dynsym"); in initSymtabSectionHeader() 884 SHeader.sh_type = IsStatic ? ELF::SHT_SYMTAB : ELF::SHT_DYNSYM; in initSymtabSectionHeader() 896 if (IsStatic) { in initSymtabSectionHeader() 908 else if (!IsStatic) in initSymtabSectionHeader() 932 toELFSymbols(Symbols, IsStatic ? DotStrtab : DotDynstr); in initSymtabSectionHeader()
|
/external/tensorflow/tensorflow/compiler/xla/ |
D | shape_test.cc | 113 TEST_F(ShapeTest, IsStatic) { in TEST_F() argument
|
/external/llvm-project/clang/lib/Format/ |
D | Format.cpp | 2082 bool IsStatic; member 2357 return std::make_tuple(!Imports[LHSI].IsStatic ^ in sortJavaImports() 2360 std::make_tuple(!Imports[RHSI].IsStatic ^ in sortJavaImports() 2372 bool CurrentIsStatic = Imports[Indices.front()].IsStatic; in sortJavaImports() 2379 if (CurrentIsStatic != Imports[Index].IsStatic || in sortJavaImports() 2388 CurrentIsStatic = Imports[Index].IsStatic; in sortJavaImports() 2447 bool IsStatic = false; in sortJavaImports() local 2449 IsStatic = true; in sortJavaImports() 2452 {Identifier, Line, Prev, AssociatedCommentLines, IsStatic}); in sortJavaImports()
|
/external/protobuf/csharp/src/Google.Protobuf/ |
D | JsonFormatter.cs | 909 .Where(f => f.IsStatic)
|
/external/llvm-project/llvm/tools/llvm-readobj/ |
D | ELFDumper.cpp | 2935 const bool IsStatic; member in __anonb7e302f31211::MipsGOTParser 2989 : IsStatic(D.dynamic_table().empty()), Obj(D.getElfObject().getELFFile()), in MipsGOTParser() 3002 if (IsStatic) { in findGOT() 6112 OS << (Parser.IsStatic ? "Static GOT:\n" : "Primary GOT:\n"); in printMipsGOT() 6136 if (Parser.IsStatic) in printMipsGOT() 6981 DictScope GS(W, Parser.IsStatic ? "Static GOT" : "Primary GOT"); in printMipsGOT() 7006 if (Parser.IsStatic) in printMipsGOT()
|
/external/llvm-project/clang/docs/ |
D | ConstantInterpreter.rst | 132 * ``IsStatic`` indicates whether the block has static duration in the
|
/external/clang/lib/Driver/ |
D | Tools.cpp | 6859 bool IsStatic = Args.hasArg(options::OPT_static); in constructHexagonLinkArgs() local 6866 bool UseShared = IsShared && !IsStatic; in constructHexagonLinkArgs() 6901 if (IsStatic) in constructHexagonLinkArgs() 9581 const bool IsStatic = in ConstructJob() local 9607 if (!IsStatic) in ConstructJob() 9623 if (IsStatic) in ConstructJob() 9636 if (IsStatic) in ConstructJob() 9658 Args.hasArg(options::OPT_static_libstdcxx) && !IsStatic; in ConstructJob() 9688 if (IsStatic) in ConstructJob()
|
/external/clang/lib/Sema/ |
D | SemaType.cpp | 6256 void Sema::adjustMemberFunctionCC(QualType &T, bool IsStatic, bool IsCtorOrDtor, in adjustMemberFunctionCC() argument 6263 CallingConv ToCC = Context.getDefaultCallingConvention(IsVariadic, !IsStatic); in adjustMemberFunctionCC() 6282 Context.getDefaultCallingConvention(IsVariadic, IsStatic); in adjustMemberFunctionCC()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaType.cpp | 7603 void Sema::adjustMemberFunctionCC(QualType &T, bool IsStatic, bool IsCtorOrDtor, in adjustMemberFunctionCC() argument 7610 CallingConv ToCC = Context.getDefaultCallingConvention(IsVariadic, !IsStatic); in adjustMemberFunctionCC() 7630 Context.getDefaultCallingConvention(IsVariadic, IsStatic); in adjustMemberFunctionCC()
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 3031 void adjustMemberFunctionCC(QualType &T, bool IsStatic, bool IsCtorOrDtor,
|
/external/llvm-project/clang/include/clang/Sema/ |
D | Sema.h | 4162 void adjustMemberFunctionCC(QualType &T, bool IsStatic, bool IsCtorOrDtor,
|