OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:isPrototyped
(Results
1 - 4
of
4
) sorted by null
/external/llvm/lib/CodeGen/AsmPrinter/
DwarfUnit.cpp
864
bool
isPrototyped
= true;
866
isPrototyped
= false;
873
if (
isPrototyped
&&
[
all
...]
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DebugInfo.h
523
///
isPrototyped
- Return true if this subprogram is prototyped.
524
bool
isPrototyped
() const {
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.cpp
744
bool
isPrototyped
= true;
751
isPrototyped
= false;
759
if (
isPrototyped
)
[
all
...]
/prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/
SymbolTable.h
235
virtual bool
isPrototyped
() const { return prototyped; }
Completed in 83 milliseconds