Home
last modified time | relevance | path

Searched refs:useConst (Results 1 – 6 of 6) sorted by relevance

/external/llvm-project/debuginfo-tests/dexter-tests/
Dglobal-constant.cpp16 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/
Dglobal-constants.ll19 ; 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/
Dinline.c39 inline int useConst () { in useConst() function
/external/llvm-project/clang/test/Sema/
Dinline.c39 inline int useConst () { in useConst() function
/external/deqp/modules/gles2/performance/
Des2pShaderOptimizationTests.cpp728 …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/
Des3pShaderOptimizationTests.cpp739 …nchComplexCaseStatements (bool optimized, const string& precision, bool useConst, bool useHeavierW… in deadBranchComplexCaseStatements() argument
741 const string constMaybe = useConst ? "const " : ""; in deadBranchComplexCaseStatements()