Home
last modified time | relevance | path

Searched defs:IsStatic (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/
Dshape_test.cc110 TEST_F(ShapeTest, IsStatic) { in TEST_F() argument
/external/swiftshader/third_party/llvm-7.0/llvm/tools/yaml2obj/
Dyaml2elf.cpp307 bool IsStatic = STType == SymtabType::Static; in initSymtabSectionHeader() local
/external/clang/lib/Driver/
DTools.cpp6859 bool IsStatic = Args.hasArg(options::OPT_static); in constructHexagonLinkArgs() local
9581 const bool IsStatic = in ConstructJob() local
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/
DELFDumper.cpp1996 const bool IsStatic; member in __anond329e2bf0511::MipsGOTParser
/external/clang/lib/Sema/
DSemaType.cpp6256 void Sema::adjustMemberFunctionCC(QualType &T, bool IsStatic, bool IsCtorOrDtor, in adjustMemberFunctionCC()