HomeSort by relevance Sort by last modified time
    Searched refs:ST (Results 101 - 125 of 171) sorted by null

1 2 3 45 6 7

  /external/llvm/lib/Linker/
LinkModules.cpp 610 StructType *ST = SrcStructTypes[i];
611 if (!ST->hasName()) continue;
614 size_t DotPos = ST->getName().rfind('.');
616 ST->getName().back() == '.' || !isdigit(ST->getName()[DotPos+1]))
620 if (StructType *DST = DstM->getTypeByName(ST->getName().substr(0, DotPos)))
639 TypeMap.addTypeMapping(DST, ST);
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
X509Name.java 94 public static final ASN1ObjectIdentifier ST = new ASN1ObjectIdentifier("2.5.4.8");
271 DefaultSymbols.put(ST, "ST");
303 RFC2253Symbols.put(ST, "ST");
313 RFC1779Symbols.put(ST, "ST");
322 DefaultLookUp.put("st", ST);
587 * Takes an X509 dir name as a string of the format "C=AU, ST=Victoria", o
    [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXISelDAGToDAG.cpp 339 StoreSDNode *ST = cast<StoreSDNode>(N);
340 EVT StoreVT = ST->getMemoryVT();
344 if (ST->isIndexed())
351 unsigned int codeAddrSpace = getCodeAddrSpace(ST, Subtarget);
355 bool isVolatile = ST->isVolatile();
NVPTXAsmPrinter.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCRegisterInfo.cpp 69 PPCRegisterInfo::PPCRegisterInfo(const PPCSubtarget &ST,
71 : PPCGenRegisterInfo(ST.isPPC64() ? PPC::LR8 : PPC::LR,
72 ST.isPPC64() ? 0 : 1,
73 ST.isPPC64() ? 0 : 1),
74 Subtarget(ST), TII(tii) {
597 // Insert a set of rA with the full offset value before the ld, st, or add
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
GrammarAST.java 41 import org.stringtemplate.v4.ST;
123 /** if this is a TOKEN_REF or RULE_REF node, this is the code ST
127 public ST code;
Grammar.java 40 import org.stringtemplate.v4.ST;
455 protected ST lexerGrammarST;
854 ST matchTokenRuleST = null;
856 matchTokenRuleST = new ST(
861 matchTokenRuleST = new ST(
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ExprEngine.h 432 SVal evalBinOp(ProgramStateRef ST, BinaryOperator::Opcode Op,
434 return svalBuilder.evalBinOp(ST, Op, LHS, RHS, T);
447 // FIXME: Comment on the meaning of the arguments, when 'St' may not
455 ProgramStateRef St,
463 ExplodedNode *Pred, ProgramStateRef St, SVal TargetLV, SVal Val,
485 ProgramStateRef St,
496 ProgramStateRef St, SVal location,
  /external/llvm/lib/Target/ARM/
ARMISelLowering.h 449 const ARMSubtarget *ST) const;
451 const ARMSubtarget *ST) const;
  /external/llvm/lib/Transforms/InstCombine/
InstCombineMulDivRem.cpp 297 if (Constant *ST = dyn_cast<Constant>(SI->getOperand(1)))
298 if (ST->isNullValue())
301 if (Constant *ST = dyn_cast<Constant>(SI->getOperand(2)))
302 if (ST->isNullValue())
InstCombineCalls.cpp 344 StructType *ST = cast<StructType>(II->getType());
345 Constant *Struct = ConstantStruct::get(ST, V);
358 StructType *ST = cast<StructType>(II->getType());
359 Constant *Struct = ConstantStruct::get(ST, V);
    [all...]
  /external/webkit/Tools/DumpRenderTree/mac/PerlSupport/
DumpRenderTreeSupport_wrapPregenerated.c 1042 arg1 = (int) SvIV(ST(0));
1045 ST(argvi) = sv_newmortal();
1046 sv_setiv(ST(argvi++), (IV) result);
1164 ST(0) = &PL_sv_yes;
  /external/llvm/lib/Target/CppBackend/
CPPBackend.cpp 567 StructType* ST = cast<StructType>(Ty);
568 if (!ST->isLiteral()) {
570 printEscapedString(ST->getName());
577 printEscapedString(ST->getName());
588 StructType::element_iterator EI = ST->element_begin();
589 StructType::element_iterator EE = ST->element_end();
599 if (ST->isLiteral()) {
609 << (ST->isPacked() ? "true" : "false") << ");";
611 if (!ST->isLiteral()) {
    [all...]
  /external/llvm/lib/Target/CellSPU/
SPUISelLowering.cpp 560 LowerLOAD(SDValue Op, SelectionDAG &DAG, const SPUSubtarget *ST) {
769 LowerSTORE(SDValue Op, SelectionDAG &DAG, const SPUSubtarget *ST) {
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Python/
Dbg.stg 190 <! ST uses zero-based columns, we want one-base !>
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp 298 StructType *ST = cast<StructType>(T);
300 TypeVals.push_back(ST->isPacked());
302 for (StructType::element_iterator I = ST->element_begin(),
303 E = ST->element_end(); I != E; ++I)
306 if (ST->isLiteral()) {
310 if (ST->isOpaque()) {
318 if (!ST->getName().empty())
319 WriteStringRecord(bitc::TYPE_CODE_STRUCT_NAME, ST->getName(),
    [all...]
  /external/llvm/lib/CodeGen/
PostRASchedulerList.cpp 274 const TargetSubtargetInfo &ST = Fn.getTarget().getSubtarget<TargetSubtargetInfo>();
275 if (!ST.enablePostRAScheduler(PassConfig->getOptLevel(), AntiDepMode,
  /external/llvm/tools/bugpoint/
CrashDebugger.cpp 344 ValueSymbolTable &ST = F->getValueSymbolTable();
345 Value* V = ST.lookup(BlockInfo[i].second);
  /frameworks/compile/slang/BitWriter_2_9_func/
BitcodeWriter.cpp 300 StructType *ST = cast<StructType>(T);
302 TypeVals.push_back(ST->isPacked());
304 for (StructType::element_iterator I = ST->element_begin(),
305 E = ST->element_end(); I != E; ++I)
308 if (ST->isLiteral()) {
312 if (ST->isOpaque()) {
320 if (!ST->getName().empty())
321 WriteStringRecord(bitc::TYPE_CODE_STRUCT_NAME, ST->getName(),
    [all...]
  /external/llvm/tools/llvm-objdump/
MachODump.cpp 415 SymbolRef::Type ST;
416 Symbols[SymIdx].getType(ST);
417 if (ST != SymbolRef::ST_Function)
  /external/clang/lib/Parse/
ParseExpr.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Core/
RegionStore.cpp 271 /// \param ST The original store whose bindings are the basis for the new
279 StoreRef bindCompoundLiteral(Store ST,
296 /// \param ST the original store, that is the basis for the new store.
298 StoreRef killBinding(Store ST, Loc L);
    [all...]
  /frameworks/compile/slang/BitWriter_2_9/
BitcodeWriter.cpp 190 StructType *ST = cast<StructType>(T);
191 if (ST->isLiteral()) {
200 const std::string &Str = ST->getName();
361 StructType *ST = cast<StructType>(T);
363 TypeVals.push_back(ST->isPacked());
365 for (StructType::element_iterator I = ST->element_begin(),
366 E = ST->element_end(); I != E; ++I)
    [all...]
  /external/llvm/lib/Object/
MachOObjectFile.cpp 618 SymbolRef::Type ST;
619 getSymbolType(Symb, ST);
620 if (ST == SymbolRef::ST_Unknown) {
    [all...]
  /external/qemu/target-i386/
op_helper.c     [all...]

Completed in 832 milliseconds

1 2 3 45 6 7