Home
last modified time | relevance | path

Searched refs:IsStatic (Results 1 – 17 of 17) sorted by relevance

/llvm-project/clang/lib/AST/Interp/
H A DInterpBlock.h
H A DInterpBlock.cpp
H A DProgram.cpp
H A DProgram.h
H A DDisasm.cpp
H A DCompiler.cpp
/llvm-project/clang/lib/Driver/ToolChains/
H A DNaCl.cpp57 const bool IsStatic = in ConstructJob() local
83 if (!IsStatic) in ConstructJob()
99 if (IsStatic) in ConstructJob()
112 if (IsStatic) in ConstructJob()
134 Args.hasArg(options::OPT_static_libstdcxx) && !IsStatic; in ConstructJob()
165 if (IsStatic) in ConstructJob()
H A DHexagon.cpp290 bool IsStatic = Args.hasArg(options::OPT_static); in constructHexagonLinkArgs() local
301 bool UseShared = IsShared && !IsStatic; in constructHexagonLinkArgs()
339 if (IsStatic) in constructHexagonLinkArgs()
H A DGnu.cpp375 const bool IsStatic = getStatic(Args); in ConstructJob()
441 } else if (IsStatic) { in ConstructJob()
500 else if (IsStatic) in ConstructJob()
582 if (IsStatic || IsStaticPIE) in ConstructJob()
634 if (IsStatic || IsStaticPIE) in ConstructJob()
377 const bool IsStatic = getStatic(Args); ConstructJob() local
/llvm-project/clang/unittests/Sema/
H A DCodeCompleteTest.cpp43 bool IsStatic; member
47 MATCHER_P(isStatic, value, "") { return arg.IsStatic == value; }
70 D.IsStatic = FD->isStatic(); in ProcessCodeCompleteResults()
/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVElement.h90 IsStatic, enumerator
163 PROPERTY(Property, IsStatic);
/llvm-project/llvm/lib/Demangle/
H A DMicrosoftDemangleNodes.cpp596 bool IsStatic = true; in output()
608 IsStatic = false; in output()
613 if (!(Flags & OF_NoMemberType) && IsStatic) in output()
594 bool IsStatic = true; output() local
/llvm-project/llvm/lib/ObjectYAML/
H A DELFEmitter.cpp975 bool IsStatic = STType == SymtabType::Static;
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 in initSymtabSectionHeader()
982 bool IsStatic = STType == SymtabType::Static; initSymtabSectionHeader() local
[all...]
/llvm-project/clang/lib/Format/
H A DFormat.cpp3068 bool IsStatic;
3406 // Negating IsStatic to push static imports above non-static imports. in sortJavaImports()
3407 return std::make_tuple(!Imports[LHSI].IsStatic ^ in sortJavaImports()
3410 std::make_tuple(!Imports[RHSI].IsStatic ^ in sortJavaImports()
3422 bool CurrentIsStatic = Imports[Indices.front()].IsStatic; in sortJavaImports()
3429 if (CurrentIsStatic != Imports[Index].IsStatic || in sortJavaImports()
3439 CurrentIsStatic = Imports[Index].IsStatic; in sortJavaImports()
3499 bool IsStatic = false; in formatReplacements()
3501 IsStatic = true; in formatReplacements()
3503 {Identifier, Line, Prev, AssociatedCommentLines, IsStatic}); in formatReplacements()
3001 bool IsStatic; global() member
3425 bool IsStatic = false; sortJavaImports() local
[all...]
/llvm-project/mlir/docs/Traits/
H A DBroadcastable.md137 ERROR_IF(IsStatic(actualDim) and inferredDim != actualDim)
/llvm-project/clang/docs/
H A DConstantInterpreter.rst123 * ``IsStatic`` indicates whether the block has static duration in the
/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp2951 const bool IsStatic;
3005 : IsStatic(D.dynamic_table().empty()), Obj(D.getElfObject().getELFFile()), in findGOT()
3018 if (IsStatic) { in findGOT()
6875 OS << (Parser.IsStatic ? "Static GOT:\n" : "Primary GOT:\n"); in printMipsGOT()
6899 if (Parser.IsStatic) in printMipsGOT()
8187 DictScope GS(W, Parser.IsStatic ? "Static GOT" : "Primary GOT"); in printMipsGOT()
8212 if (Parser.IsStatic)
2938 const bool IsStatic; global() member in __anon3d1ec8af1111::MipsGOTParser