Searched refs:useConst (Results 1 – 6 of 6) sorted by relevance
/external/llvm-project/debuginfo-tests/dexter-tests/ |
D | global-constant.cpp | 16 void useConst(int) {} in useConst() function 18 useConst(TestPi); in main() 19 useConst(S::TestCharA); in main() 20 useConst(ENUM_NEG); // DexLabel('stop') in main()
|
/external/llvm-project/llvm/test/DebugInfo/COFF/ |
D | global-constants.ll | 19 ; void useConst(int); 21 ; useConst(Test1::TestConst1); 22 ; useConst(S::TestConst2); 23 ; useConst(ENUM_B); 24 ; useConst(S::SEnum); 85 call void @"?useConst@@YAXH@Z"(i32 3), !dbg !35 86 call void @"?useConst@@YAXH@Z"(i32 -10), !dbg !36 87 call void @"?useConst@@YAXH@Z"(i32 -2147000000), !dbg !37 88 call void @"?useConst@@YAXH@Z"(i32 42), !dbg !38 92 declare dso_local void @"?useConst@@YAXH@Z"(i32) #1
|
/external/clang/test/Sema/ |
D | inline.c | 39 inline int useConst () { in useConst() function
|
/external/llvm-project/clang/test/Sema/ |
D | inline.c | 39 inline int useConst () { in useConst() function
|
/external/deqp/modules/gles2/performance/ |
D | es2pShaderOptimizationTests.cpp | 728 …nchComplexCaseStatements (bool optimized, const string& precision, bool useConst, bool useHeavierW… in deadBranchComplexCaseStatements() argument 730 const string constMaybe = useConst ? "const " : ""; in deadBranchComplexCaseStatements()
|
/external/deqp/modules/gles3/performance/ |
D | es3pShaderOptimizationTests.cpp | 739 …nchComplexCaseStatements (bool optimized, const string& precision, bool useConst, bool useHeavierW… in deadBranchComplexCaseStatements() argument 741 const string constMaybe = useConst ? "const " : ""; in deadBranchComplexCaseStatements()
|