Searched refs:Used (Results 1 - 25 of 36) sorted by relevance

12

/external/clang/include/clang/Sema/
H A DWeak.h36 void setUsed(bool Used=true) { used = Used; } argument
/external/llvm/include/llvm/Target/
H A DTargetCallingConv.h114 bool Used; member in struct:llvm::ISD::InputArg
116 InputArg() : VT(MVT::Other), Used(false) {}
118 : Flags(flags), Used(used) {
/external/llvm/lib/Transforms/Scalar/
H A DDCE.cpp114 if (Instruction *Used = dyn_cast<Instruction>(*OI))
115 WorkList.push_back(Used);
/external/clang/lib/StaticAnalyzer/Checkers/
H A DObjCUnusedIVarsChecker.cpp29 enum IVarState { Unused, Used }; enumerator in enum:IVarState
40 I->second = Used;
74 I->second = Used;
/external/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp4172 llvm::SmallBitVector &Used);
4181 llvm::SmallBitVector &Used) {
4210 Used[NTTP->getIndex()] = true;
4220 llvm::SmallBitVector &Used) {
4225 Used);
4227 OnlyDeduced, Depth, Used);
4237 llvm::SmallBitVector &Used) {
4242 Used[TTP->getIndex()] = true;
4249 Depth, Used);
4252 Depth, Used);
4177 MarkUsedTemplateParameters(ASTContext &Ctx, const Expr *E, bool OnlyDeduced, unsigned Depth, llvm::SmallBitVector &Used) argument
4216 MarkUsedTemplateParameters(ASTContext &Ctx, NestedNameSpecifier *NNS, bool OnlyDeduced, unsigned Depth, llvm::SmallBitVector &Used) argument
4233 MarkUsedTemplateParameters(ASTContext &Ctx, TemplateName Name, bool OnlyDeduced, unsigned Depth, llvm::SmallBitVector &Used) argument
4258 MarkUsedTemplateParameters(ASTContext &Ctx, QualType T, bool OnlyDeduced, unsigned Depth, llvm::SmallBitVector &Used) argument
4490 MarkUsedTemplateParameters(ASTContext &Ctx, const TemplateArgument &TemplateArg, bool OnlyDeduced, unsigned Depth, llvm::SmallBitVector &Used) argument
4537 MarkUsedTemplateParameters(const TemplateArgumentList &TemplateArgs, bool OnlyDeduced, unsigned Depth, llvm::SmallBitVector &Used) argument
[all...]
/external/libvpx/examples/includes/geshi/geshi/
H A Dcsharp.php17 * - Used hardquote support for @"..." strings (Cliff Stanford)
H A Dperl.php22 * - Used hardescape feature for ' strings (Cliff Stanford)
H A Dreg.php72 /* Registry Key Constants Not Used */
/external/llvm/tools/lto/
H A DLTOModule.cpp639 enum State { NeverSeen, Global, Defined, DefinedGlobal, Used }; enumerator in enum:__anon9218::RecordStreamer::State
653 case Used:
668 case Used:
682 case Used:
683 S = Used;
831 Value == RecordStreamer::Used)
/external/llvm/lib/MC/
H A DELFObjectWriter.cpp49 bool Used, bool Renamed);
777 bool Used, bool Renamed) {
781 if (Used)
881 bool Used = UsedInReloc.count(&Symbol); local
886 Used || WeakrefUsed || isSignature,
896 bool Local = isLocal(*it, isSignature, Used);
903 if (RefSymbol.isUndefined() && !Used && WeakrefUsed)
912 if (isSignature && !Used)
775 isInSymtab(const MCAssembler &Asm, const MCSymbolData &Data, bool Used, bool Renamed) argument
/external/clang/include/clang/AST/
H A DDeclBase.h257 unsigned Used : 1;
260 /// The difference with 'Used' is whether the reference appears in a
269 /// Access - Used by C++ decls for the access specifier.
307 HasAttrs(false), Implicit(false), Used(false), Referenced(false),
317 HasAttrs(false), Implicit(false), Used(false), Referenced(false),
487 void setUsed(bool U = true) { Used = U; }
/external/llvm/lib/Transforms/Utils/
H A DCodeExtractor.cpp406 static BasicBlock* FindPhiPredForUseInBlock(Value* Used, BasicBlock* BB) { argument
407 for (Value::use_iterator UI = Used->use_begin(),
408 UE = Used->use_end(); UI != UE; ++UI) {
/external/clang/lib/AST/
H A DDeclCXX.cpp1834 NamedDecl *Used,
1836 if (NamespaceDecl *NS = dyn_cast_or_null<NamespaceDecl>(Used))
1837 Used = NS->getOriginalNamespace();
1839 IdentLoc, Used, CommonAncestor);
1829 Create(ASTContext &C, DeclContext *DC, SourceLocation L, SourceLocation NamespaceLoc, NestedNameSpecifierLoc QualifierLoc, SourceLocation IdentLoc, NamedDecl *Used, DeclContext *CommonAncestor) argument
/external/sqlite/dist/orig/
H A Dshell.c211 ** Used to prevent warnings about unused parameters
1023 fprintf(pArg->out, "Memory Used: %d (max %d) bytes\n", iCur, iHiwtr);
1031 ** fprintf(pArg->out, "Number of Pcache Pages Used: %d (max %d) pages\n", iCur, iHiwtr);
1040 ** fprintf(pArg->out, "Number of Scratch Allocations Used: %d (max %d)\n", iCur, iHiwtr);
1064 fprintf(pArg->out, "Lookaside Slots Used: %d (max %d)\n", iCur, iHiwtr);
/external/sqlite/dist/
H A Dshell.c216 ** Used to prevent warnings about unused parameters
1028 fprintf(pArg->out, "Memory Used: %d (max %d) bytes\n", iCur, iHiwtr);
1036 ** fprintf(pArg->out, "Number of Pcache Pages Used: %d (max %d) pages\n", iCur, iHiwtr);
1045 ** fprintf(pArg->out, "Number of Scratch Allocations Used: %d (max %d)\n", iCur, iHiwtr);
1069 fprintf(pArg->out, "Lookaside Slots Used: %d (max %d)\n", iCur, iHiwtr);
/external/libvpx/vp8/encoder/arm/armv6/
H A Dvp8_fast_fdct4x4_armv6.asm244 ; Used constants
/external/qemu/distrib/sdl-1.2.15/src/hermes/
H A Dx86p_16.asm10 ; Used with permission.
/external/llvm/lib/VMCore/
H A DVerifier.cpp1657 if (Instruction *Used = dyn_cast<Instruction>(*UI))
1658 Assert2(Used->getParent() != 0, "Instruction referencing instruction not"
1659 " embedded in a basic block!", &I, Used);
/external/oprofile/events/i386/nehalem/
H A Dunit_masks206 0x02 mru Instruction Length Decoder stall cycles due to Brand Prediction Unit (PBU) Most Recently Used (MRU) bypass
325 0x02 late Counts late Branch Prediction Unit clears due to Most Recently Used conflicts
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
H A Dstreams.rb127 Used in tandem with, <tt>stream.rewind(mark = last_marker)</tt>, the marker can
/external/libvpx/examples/includes/ASCIIMathPHP-2.0/
H A DASCIIMathPHP-2.0.class.php452 * Used when an expression is incomplete
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
H A DBaseRecognizer.as680 /** Used to print out token names like ID during debugging and
/external/libvpx/examples/includes/geshi/
H A Dgeshi.php149 /** Used in language files to mark comments */
152 /** Used to work around missing PHP features **/
519 * NOTE: Used with Escape Char Sequences to fix UTF-8 handling (cf. SF#2037598)
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp5067 SDNode *Used = Use.getNode(); local
5069 if (Used->use_empty())
5070 DeadNodeSet.insert(Used);
/external/e2fsprogs/lib/et/
H A Dtexinfo.tex293 % Used to generate quoted braces.
1296 \def\Dotsbox{\hbox to 1em{\hss.\hss}} % Used by index macros

Completed in 2432 milliseconds

12