HomeSort by relevance Sort by last modified time
    Searched refs:isDeclaration (Results 276 - 300 of 320) sorted by null

<<111213

  /external/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp     [all...]
  /external/spirv-llvm/lib/SPIRV/
SPIRVReader.cpp     [all...]
SPIRVUtil.cpp     [all...]
SPIRVWriter.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp     [all...]
  /external/llvm/lib/Transforms/Utils/
InlineFunction.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
Function.cpp 289 assert(isDeclaration() && "Expected no references to current arguments");
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
AMDGPULibCalls.cpp 578 if (!Callee->isDeclaration())
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
WholeProgramDevirt.cpp     [all...]
LowerTypeTests.cpp     [all...]
  /external/clang/lib/CodeGen/
ItaniumCXXABI.cpp     [all...]
CodeGenFunction.cpp 674 assert(CurFn->isDeclaration() && "Function already has body?");
    [all...]
  /external/llvm/lib/ExecutionEngine/Interpreter/
Execution.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/Interpreter/
Execution.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
SimplifyLibCalls.cpp     [all...]
InlineFunction.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
vktShaderBuiltinPrecisionTests.cpp 1044 bool isDeclaration)
1047 , m_isDeclaration (isDeclaration) {}
1090 bool isDeclaration)
1092 return StatementP(new VariableStatement<T>(variable, value, isDeclaration));
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp 386 EmitVisibility(EmittedSym, GV->getVisibility(), !GV->isDeclaration());
    [all...]
  /external/llvm/lib/Transforms/Scalar/
RewriteStatepointsForGC.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86FastISel.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp 467 EmitVisibility(EmittedSym, GV->getVisibility(), !GV->isDeclaration());
    [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp     [all...]
  /external/deqp/modules/gles31/functional/
es31fProgramInterfaceQueryTestCase.cpp 150 else if (path[pathNdx].isDeclaration())
    [all...]
  /external/llvm/lib/IR/
Core.cpp     [all...]

Completed in 874 milliseconds

<<111213