HomeSort by relevance Sort by last modified time
    Searched defs:gv (Results 1 - 16 of 16) sorted by null

  /external/llvm/examples/HowToUseJIT/
HowToUseJIT.cpp 125 GenericValue gv = EE->runFunction(FooF, noargs); local
128 outs() << "Result: " << gv.IntVal << "\n";
  /external/llvm/examples/BrainF/
BrainFDriver.cpp 146 GenericValue gv = ee->runFunction(brainf_func, args); local
  /external/nist-sip/java/gov/nist/core/
NameValue.java 165 GenericObject gv = (GenericObject) value; local
167 gv.encode(buffer);
193 GenericObject gv = (GenericObject) value; local
194 gv.encode(buffer);
  /cts/tests/src/android/app/cts/
ExpandableListTestActivity.java 82 final View gv = a.getGroupView(0, true, convertView, v); local
90 v.performItemClick(gv, i, k);
  /external/llvm/examples/ParallelJIT/
ParallelJIT.cpp 233 GenericValue gv = p->EE->runFunction(p->F, Args); local
235 return (void*)(intptr_t)gv.IntVal.getZExtValue();
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
BidiRenderer.java 171 GlyphVector gv = font.mFont.layoutGlyphVector(frc, mText, start, limit, flag); local
172 int ng = gv.getNumGlyphs();
173 int[] ci = gv.getGlyphCharIndices(0, ng, null);
177 advances[adv_idx] += gv.getGlyphMetrics(i).getAdvanceX();
181 mGraphics.drawGlyphVector(gv, mBounds.right, mBaseline);
185 Rectangle2D awtBounds = gv.getLogicalBounds();
  /external/clang/test/Parser/
altivec.c 103 gccvector unsigned int gv = v; local
cxx-altivec.cpp 93 gccvector unsigned int gv = v; local
  /external/llvm/tools/lto/
LTOModule.cpp 437 if (const GlobalVariable *gv = dyn_cast<GlobalVariable>(v)) {
438 addObjCClass(gv);
444 if (const GlobalVariable *gv = dyn_cast<GlobalVariable>(v)) {
445 addObjCCategory(gv);
451 if (const GlobalVariable *gv = dyn_cast<GlobalVariable>(v)) {
452 addObjCClassRef(gv);
481 const GlobalVariable *gv = dyn_cast<GlobalVariable>(def); local
482 if (gv && gv->isConstant())
  /ndk/sources/host-tools/make-3.81/
variable.c 900 struct variable *gv;
902 gv = lookup_variable_in_set (v->name, strlen(v->name),
904 if (gv)
905 v->export = gv->export;
890 struct variable *gv; local
    [all...]
read.c 1837 struct variable *gv; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
AMDILPeepholeOptimizer.cpp 1132 GlobalVariable *gv = dyn_cast<GlobalVariable>(lInst->getPointerOperand()); local
    [all...]
  /external/mesa3d/src/gallium/drivers/radeon/
AMDILPeepholeOptimizer.cpp 1132 GlobalVariable *gv = dyn_cast<GlobalVariable>(lInst->getPointerOperand()); local
    [all...]
  /external/llvm/include/llvm/IR/
IRBuilder.h 1016 Value *gv = CreateGlobalString(Str, Name); local
    [all...]
  /external/clang/lib/CodeGen/
CodeGenModule.cpp 296 void CodeGenModule::setGlobalVisibility(llvm::GlobalValue *GV,
299 if (GV->hasLocalLinkage()) {
300 GV->setVisibility(llvm::GlobalValue::DefaultVisibility);
306 if (LV.isVisibilityExplicit() || !GV->hasAvailableExternallyLinkage())
307 GV->setVisibility(GetLLVMVisibility(LV.getVisibility()));
333 void CodeGenModule::setTLSMode(llvm::GlobalVariable *GV,
346 GV->setThreadLocalMode(TLM);
351 void CodeGenModule::setTypeVisibility(llvm::GlobalValue *GV,
354 setGlobalVisibility(GV, RD);
371 if (GV->getLinkage() != llvm::GlobalVariable::LinkOnceODRLinkage |
974 llvm::GlobalValue *gv = new llvm::GlobalVariable(getModule(), local
987 llvm::GlobalValue *gv = new llvm::GlobalVariable(getModule(), s->getType(), local
    [all...]
  /external/valgrind/main/perf/
tinycc.c 10426 int gv(int rc) function
    [all...]

Completed in 722 milliseconds