Home
last modified time | relevance | path

Searched refs:shouldCollect (Results 1 – 7 of 7) sorted by relevance

/external/angle/src/compiler/translator/tree_ops/
DEmulateMultiDrawShaderBuiltins.cpp124 bool shouldCollect) in EmulateGLDrawID() argument
137 if (shouldCollect) in EmulateGLDrawID()
168 bool shouldCollect, in EmulateGLBaseVertexBaseInstance() argument
198 if (shouldCollect) in EmulateGLBaseVertexBaseInstance()
233 if (shouldCollect) in EmulateGLBaseVertexBaseInstance()
DEmulateMultiDrawShaderBuiltins.h36 bool shouldCollect);
42 bool shouldCollect,
/external/llvm-project/clang-tools-extra/clangd/unittests/
DSymbolCollectorTests.cpp119 bool shouldCollect(llvm::StringRef Name, bool Qualified = true) { in shouldCollect() function in clang::clangd::__anonea11663d0111::ShouldCollectSymbolTest
150 EXPECT_TRUE(shouldCollect("nx")); in TEST_F()
151 EXPECT_TRUE(shouldCollect("nx::X")); in TEST_F()
152 EXPECT_TRUE(shouldCollect("nx::f")); in TEST_F()
153 EXPECT_TRUE(shouldCollect("InMain")); in TEST_F()
154 EXPECT_TRUE(shouldCollect("InAnonymous", /*Qualified=*/false)); in TEST_F()
155 EXPECT_TRUE(shouldCollect("g")); in TEST_F()
157 EXPECT_FALSE(shouldCollect("Local", /*Qualified=*/false)); in TEST_F()
172 EXPECT_TRUE(shouldCollect("nx::TopLevel")); in TEST_F()
173 EXPECT_TRUE(shouldCollect("nx::Kind::KIND_OK")); in TEST_F()
[all …]
/external/clang/lib/StaticAnalyzer/Core/
DExplodedGraph.cpp67 bool ExplodedGraph::shouldCollect(const ExplodedNode *node) { in shouldCollect() function in ExplodedGraph
195 if (shouldCollect(node)) in reclaimRecentlyAllocatedNodes()
/external/llvm-project/clang/lib/StaticAnalyzer/Core/
DExplodedGraph.cpp57 bool ExplodedGraph::shouldCollect(const ExplodedNode *node) { in shouldCollect() function in ExplodedGraph
183 if (shouldCollect(node)) in reclaimRecentlyAllocatedNodes()
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DExplodedGraph.h403 bool shouldCollect(const ExplodedNode *node);
/external/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DExplodedGraph.h459 bool shouldCollect(const ExplodedNode *node);