OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:opaques
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGObjC.cpp
3103
SmallVector<CodeGenFunction::OpaqueValueMappingData, 4>
opaques
;
3132
opaques
.push_back(opaqueData);
3145
// Unbind all the
opaques
now.
3146
for (unsigned i = 0, e =
opaques
.size(); i != e; ++i)
3147
opaques
[i].unbind(CGF);
CGExpr.cpp
5377
SmallVector<CodeGenFunction::OpaqueValueMappingData, 4>
opaques
;
local
5422
opaques
.push_back(opaqueData);
5438
// Unbind all the
opaques
now.
5439
for (unsigned i = 0, e =
opaques
.size(); i != e; ++i)
5440
opaques
[i].unbind(CGF);
Completed in 20 milliseconds
Indexes created Tue Aug 04 00:24:20 UTC 2026