HomeSort by relevance Sort by last modified time
    Searched refs:Static (Results 126 - 135 of 135) sorted by null

1 2 3 4 56

  /external/llvm/lib/Target/X86/
X86FastISel.cpp 167 static CmpInst::Predicate optimizeCmpPredicate(const CmpInst *CI) {
207 static std::pair<X86::CondCode, bool>
245 static std::pair<unsigned, bool>
696 // Do static allocas.
    [all...]
X86ISelLowering.cpp 61 static cl::opt<bool> ExperimentalVectorWideningLegalization(
67 static cl::opt<bool> ExperimentalVectorShuffleLowering(
73 static SDValue getMOVL(SelectionDAG &DAG, SDLoc dl, EVT VT, SDValue V1,
76 static SDValue ExtractSubVector(SDValue Vec, unsigned IdxVal,
118 static SDValue Extract128BitVector(SDValue Vec, unsigned IdxVal,
126 static SDValue Extract256BitVector(SDValue Vec, unsigned IdxVal,
132 static SDValue InsertSubVector(SDValue Result, SDValue Vec,
162 static SDValue Insert128BitVector(SDValue Result, SDValue Vec,
169 static SDValue Insert256BitVector(SDValue Result, SDValue Vec,
180 static SDValue Concat128BitVectors(SDValue V1, SDValue V2, EVT VT
    [all...]
  /external/clang/lib/Basic/
Targets.cpp 41 static void DefineStd(MacroBuilder &Builder, StringRef MacroName,
57 static void defineCPUMacros(MacroBuilder &Builder, StringRef CPUName,
87 static void getDarwinDefines(MacroBuilder &Builder, const LangOptions &Opts,
114 if (Opts.Static)
678 static const Builtin::Info BuiltinInfo[];
679 static const char * const GCCRegNames[];
680 static const TargetInfo::GCCRegAlias GCCRegAliases[];
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp 42 static cl::opt<bool> DisablePPCPreinc("disable-ppc-preinc",
45 static cl::opt<bool> DisableILPPref("disable-ppc-ilp-pref",
48 static cl::opt<bool> DisablePPCUnaligned("disable-ppc-unaligned",
54 static TargetLoweringObjectFile *createTLOF(const Triple &TT) {
719 static void getMaxByValAlign(Type *Ty, unsigned &MaxAlign,
    [all...]
  /external/iproute2/doc/
ip-cref.tex     [all...]
  /external/clang/lib/Sema/
SemaExpr.cpp 75 static void DiagnoseUnusedOfDecl(Sema &S, NamedDecl *D, SourceLocation Loc) {
84 static AvailabilityResult DiagnoseAvailabilityOfDecl(Sema &S,
179 static bool hasAnyExplicitStorageClass(const FunctionDecl *D) {
195 static void diagnoseUseOfInternalDeclInInlineFunction(Sema &S,
242 // Suggest "static" on the function, if possible.
246 << Cur << FixItHint::CreateInsertion(DeclBegin, "static ");
472 static void CheckForNullPointerDereference(Sema &S, Expr *E) {
491 static void DiagnoseDirectIsaAccess(Sema &S, const ObjCIvarRefExpr *OIRE,
    [all...]
  /external/llvm/
configure     [all...]
  /build/tools/droiddoc/templates-sac/assets/js/
android_3p-bundle.js 110 "static struct switch typedef union unsigned void volatile ";
    [all...]
  /build/tools/droiddoc/templates-sdk/assets/js/
android_3p-bundle.js 110 "static struct switch typedef union unsigned void volatile ";
    [all...]
  /build/tools/droiddoc/templates-sdk-dyn/assets/js/
android_3p-bundle.js 110 "static struct switch typedef union unsigned void volatile ";
    [all...]

Completed in 555 milliseconds

1 2 3 4 56