| /freebsd-13.1/contrib/llvm-project/clang/lib/AST/Interp/ |
| H A 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
|
| H A 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()
|
| H A 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()
|
| H A D | Pointer.cpp | 139 if (Pointee->IsStatic) in isInitialized() 158 if (!Pointee->IsStatic) { in initialize()
|
| H A D | Program.h | 134 bool IsStatic, bool IsExtern);
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
| H A 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()
|
| H A 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()
|
| H A D | Gnu.cpp | 403 const bool IsStatic = getStatic(Args); in ConstructJob() local 476 if (IsStatic) { in ConstructJob() 486 if (!IsStatic) { in ConstructJob() 537 if (IsStatic) in ConstructJob() 593 if (IsStatic || IsStaticPIE) in ConstructJob() 633 if (IsStatic || IsStaticPIE) in ConstructJob()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Demangle/ |
| H A D | MicrosoftDemangleNodes.cpp | 596 bool IsStatic = true; in output() local 608 IsStatic = false; in output() 613 if (!(Flags & OF_NoMemberType) && IsStatic) in output()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/ObjectYAML/ |
| H A D | ELFEmitter.cpp | 975 bool IsStatic = STType == SymtabType::Static; in initSymtabSectionHeader() local 977 if (IsStatic && Doc.Symbols) in initSymtabSectionHeader() 979 else if (!IsStatic && Doc.DynamicSymbols) in initSymtabSectionHeader() 986 (IsStatic && Doc.Symbols) || (!IsStatic && Doc.DynamicSymbols); in initSymtabSectionHeader() 988 StringRef Property = (IsStatic ? "`Symbols`" : "`DynamicSymbols`"); in initSymtabSectionHeader() 999 SHeader.sh_name = getSectionNameOffset(IsStatic ? ".symtab" : ".dynsym"); in initSymtabSectionHeader() 1004 SHeader.sh_type = IsStatic ? ELF::SHT_SYMTAB : ELF::SHT_DYNSYM; in initSymtabSectionHeader() 1008 else if (!IsStatic) in initSymtabSectionHeader() 1029 toELFSymbols(Symbols, IsStatic ? DotStrtab : DotDynstr); in initSymtabSectionHeader()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Format/ |
| H A D | Format.cpp | 2237 bool IsStatic; member 2533 return std::make_tuple(!Imports[LHSI].IsStatic ^ in sortJavaImports() 2536 std::make_tuple(!Imports[RHSI].IsStatic ^ in sortJavaImports() 2548 bool CurrentIsStatic = Imports[Indices.front()].IsStatic; in sortJavaImports() 2555 if (CurrentIsStatic != Imports[Index].IsStatic || in sortJavaImports() 2564 CurrentIsStatic = Imports[Index].IsStatic; in sortJavaImports() 2623 bool IsStatic = false; in sortJavaImports() local 2625 IsStatic = true; in sortJavaImports() 2628 {Identifier, Line, Prev, AssociatedCommentLines, IsStatic}); in sortJavaImports()
|
| /freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-readobj/ |
| H A D | ELFDumper.cpp | 2636 const bool IsStatic; member in __anon1456c5301211::MipsGOTParser 2690 : IsStatic(D.dynamic_table().empty()), Obj(D.getElfObject().getELFFile()), in MipsGOTParser() 2703 if (IsStatic) { in findGOT() 6043 OS << (Parser.IsStatic ? "Static GOT:\n" : "Primary GOT:\n"); in printMipsGOT() 6067 if (Parser.IsStatic) in printMipsGOT() 7070 DictScope GS(W, Parser.IsStatic ? "Static GOT" : "Primary GOT"); in printMipsGOT() 7095 if (Parser.IsStatic) in printMipsGOT()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaType.cpp | 7677 void Sema::adjustMemberFunctionCC(QualType &T, bool IsStatic, bool IsCtorOrDtor, in adjustMemberFunctionCC() argument 7684 CallingConv ToCC = Context.getDefaultCallingConvention(IsVariadic, !IsStatic); in adjustMemberFunctionCC() 7704 Context.getDefaultCallingConvention(IsVariadic, IsStatic); in adjustMemberFunctionCC()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 4332 void adjustMemberFunctionCC(QualType &T, bool IsStatic, bool IsCtorOrDtor,
|